Add Lagom, the framework from Lightened.

This commit is contained in:
Artem Arakcheev
2016-04-14 00:11:52 +04:00
parent 95764bfd6d
commit 90450ac03b

View File

@ -265,6 +265,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid. * [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid.
* [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance. * [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance.
* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters.
* [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems.
* [Orbit](http://orbit.bioware.com/) - Virtual Actors, adding another level of abstraction to traditional actors. * [Orbit](http://orbit.bioware.com/) - Virtual Actors, adding another level of abstraction to traditional actors.
* [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM. * [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM.