From 693547b605c878719985da1f8616097c6d7aa4ec Mon Sep 17 00:00:00 2001 From: levonk Date: Tue, 21 Apr 2015 23:31:53 -0700 Subject: [PATCH] Added Bioware's Orbit library for Virtual Actors Virtual Actors are a sophisticated distributed Actor system to make concurrent programming easier. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..41a0238 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Hazelcast](http://hazelcast.org/) - Distributed and highly scalable in-memory datagrid. * [Hystrix](https://github.com/Netflix/Hystrix) - Latency and Fault Tolerance for Distributed Systems. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters whose nodes can send messages to each other. +* [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. ## Distributed Databases