Merge branch 'master' of git@github.com:jboner/akka

This commit is contained in:
Jonas Bonér 2010-04-05 07:28:02 +02:00
commit fec271eb4c
3 changed files with 7 additions and 7 deletions

View file

@ -20,10 +20,10 @@
* Cluster membership management.
Akka also has a set of add-on modules:
* Persistence: A set of pluggable back-end storage modules that works in sync with the STM.
* Persistence: A set of pluggable back-end storage modules that work in sync with the STM.
* Cassandra distributed and highly scalable database.
* MongoDB document database.
* Redis data structures database (upcoming)
* Redis data structures database
* Camel: Expose Actors as Camel endpoints.
* REST (JAX-RS): Expose actors as REST services.
* Comet: Expose actors as Comet services.