No description
Find a file
2011-05-04 20:50:05 +02:00
akka-actor/src/main Fixing Akka boot config version printing 2011-05-04 15:26:43 +02:00
akka-actor-tests/src Use Promise in tests 2011-05-03 18:52:58 -06:00
akka-docs Fixed toRemoteActorRefProtocol 2011-05-04 20:50:05 +02:00
akka-http/src Fixing ticket #813 2011-04-28 16:03:21 +02:00
akka-remote/src Fixing ticket #837, broken remote actor refs when serialized 2011-05-04 18:00:24 +02:00
akka-samples Scala style fixes, added parens for side effecting shutdown methods 2011-04-29 10:20:16 +02:00
akka-slf4j/src/main/scala/akka/event/slf4j Adjusted EventHandler to support Java API 2011-04-07 08:27:17 +02:00
akka-stm/src Fixing typos in scaladoc 2011-05-02 18:02:56 +02:00
akka-testkit/src Merge branch 'master' into delimited-continuations 2011-04-30 08:59:45 -06:00
akka-tutorials Added parens to override of preStart and postStop 2011-04-26 20:31:08 +02:00
akka-typed-actor/src Fixing typos in scaladoc 2011-05-02 18:02:56 +02:00
config Fixing tickets #816, #814, #817 and Dereks fixes on #812 2011-04-28 16:01:11 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project updated sjson ver to RC3 2011-05-04 20:28:45 +05:30
scripts add warning message to git-remove-history.sh 2011-04-05 19:45:05 +02:00
.gitignore Add includecode directive for akka-docs 2011-04-19 13:03:15 +12:00
LICENSE Removed logging 2011-02-28 22:54:32 +01:00
README.textile Changed URI to akka.io 2011-01-05 05:32:59 -08:00

h1. Akka

We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.

Akka is here to change that.

Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications.

For fault-tolerance we adopt the "Let it crash":http://letitcrash.com model which have been used with great success in the telecom industry to build applications that self-heal, systems that never stop.

Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

Akka is Open Source and available under the Apache 2 License.

Learn more at "http://akka.io":http://akka.io.