From 90450ac03b1e72ce2a526c2e32531bc9d6e00fdc Mon Sep 17 00:00:00 2001 From: Artem Arakcheev Date: Thu, 14 Apr 2016 00:11:52 +0400 Subject: [PATCH] Add Lagom, the framework from Lightened. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ddf19c..f20744c 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid. * [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance. * [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. * [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM.