No description
Find a file
2011-04-05 12:44:05 +02:00
akka-actor/src Update supervisor spec 2011-04-04 16:53:17 +12:00
akka-http/src Added check to ensure that messages are not null. Also cleaned up misc code 2011-03-30 15:12:58 +02:00
akka-remote/src Merge branch 'master' of github.com:jboner/akka 2011-03-31 16:14:10 +02:00
akka-samples Remove akka-specific transaction and hooks 2011-03-23 18:33:44 +13:00
akka-slf4j/src/main/scala/akka/event/slf4j moved slf4j to 'akka.event.slf4j' 2011-03-24 10:30:41 +01:00
akka-stm/src Update supervisor spec 2011-04-04 16:53:17 +12:00
akka-testkit/src Moved EventHandler to 'akka.event' plus added 'error' method without exception param 2011-03-23 15:12:09 +01:00
akka-tutorials/akka-tutorial-pi-sbt replaced event handler with println in first tutorial 2011-04-05 11:08:44 +02:00
akka-typed-actor/src Update supervisor spec 2011-04-04 16:53:17 +12:00
config Changed logging level in ReflectiveAccess and set the default Akka log level to INFO 2011-04-01 15:49:33 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project Specify objenesis repo directly 2011-04-04 08:50:20 +12:00
scripts Added scripts for removing files from git's history 2011-04-05 12:44:05 +02:00
.gitignore Added Routing.Broadcast message and handling to be able to broadcast a message to all the actors a load-balancer represents 2011-04-01 15:33:46 +02: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.