1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-27 11:24:38 -05:00

Added Lagom (edit)

This commit is contained in:
Marc 2016-03-30 21:47:28 +02:00
parent dfd9291ec8
commit 7db37e8230

View file

@ -86,7 +86,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Erlang/OTP](https://github.com/erlang/otp) - Programming language used to build massively scalable soft real-time systems with requirements on high availability.
- [Finagle](http://twitter.github.io/finagle) - Extensible RPC system for the JVM, used to construct high-concurrency servers.
- [Karyon](https://github.com/Netflix/karyon) - The nucleus or the base container for applications and services built using the NetflixOSS ecosystem.
- [Lagom](https://github.com/lagom/lagom) - Reactive Microservices for the JVM.
- [Lagom](https://github.com/lagom/lagom) - Reactive microservices for the JVM.
- [Microserver](https://github.com/aol/micro-server) - Java 8 native, zero configuration, standards based, battle hardened library to run Java REST microservices.
- [Orbit](http://orbit.bioware.com/) - Modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services.
- [Service Fabric I/O](http://scalecube.io) - A microservices framework for the rapid development of distributed, resilient, reactive applications at scale.