awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lagom avatar

lagom/lagom

0
View on GitHub↗
2,629 stars·621 forks·Scala·Apache-2.0·2 viewswww.lagomframework.com↗

Lagom

Reactive Microservices for the JVM

Features

  • Distributed Applications - Framework for building reactive microservices.

Star history

Star history chart for lagom/lagomStar history chart for lagom/lagom

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Lagom

Similar open-source projects, ranked by how many features they share with Lagom.
  • alibaba/dubboalibaba avatar

    alibaba/dubbo

    41,522View on GitHub↗

    Dubbo is a high-performance Java remote procedure call framework and microservice governance platform. It enables communication between distributed services using a remote service orchestrator and a distributed service registry to locate available providers in real time. The system provides a microservice monitoring suite for health tracking and distributed tracing, alongside integrated security plugins for access control. It manages network traffic through routing strategies, rate limiting, and thread pool isolation to maintain system stability. The framework covers broader capabilities in

    Java
    View on GitHub↗41,522
  • apache/stormapache avatar

    apache/storm

    6,683View on GitHub↗

    Storm is a distributed stream processing framework designed to execute unbounded computations across a cluster to process real-time data streams. It functions as a data pipeline orchestrator that allows users to define and deploy declarative data flow graphs connecting streaming sources to processing components. The system operates as a multi-tenant distributed compute engine that isolates workloads and limits resource usage across shared clusters using dedicated pools and access control. It is also a secure distributed processing engine that employs encrypted node communication and SSL-secur

    Java
    View on GitHub↗6,683
  • nathanmarz/storm-contribN

    nathanmarz/storm-contrib

    0View on GitHub↗
    View on GitHub↗0
  • netflix/curatorNetflix avatar

    Netflix/curator

    2,135View on GitHub↗

    ZooKeeper client wrapper and rich ZooKeeper framework

    Java
    View on GitHub↗2,135
See all 7 alternatives to Lagom→

Frequently asked questions

What does lagom/lagom do?

Reactive Microservices for the JVM

What are the main features of lagom/lagom?

The main features of lagom/lagom are: Distributed Applications.

What are some open-source alternatives to lagom/lagom?

Open-source alternatives to lagom/lagom include: alibaba/dubbo — Dubbo is a high-performance Java remote procedure call framework and microservice governance platform. It enables… apache/storm — Storm is a distributed stream processing framework designed to execute unbounded computations across a cluster to… nathanmarz/storm-contrib. netflix/curator — ZooKeeper client wrapper and rich ZooKeeper framework. netflix/hystrix — Hystrix is a latency and fault tolerance library designed to prevent cascading failures in distributed systems. It… orbit-legacy/orbit1.