No description
Find a file
2011-03-17 17:59:22 +01:00
akka-actor/src add test to ActorModelSpec 2011-03-06 21:53:09 +01:00
akka-http/src Changing to getPathInfo instead of getRequestURI for Mist 2011-01-28 12:42:31 +01:00
akka-remote/src Potential fix for race-condition in RemoteClient 2011-02-11 20:13:42 +01:00
akka-samples Merge branch 'remote_deluxe' 2011-01-04 15:25:27 +01:00
akka-sbt-plugin/src/main/scala Add build-release task 2011-01-21 16:31:21 +13:00
akka-stm/src Merge branch 'remote_deluxe' 2011-01-04 15:25:27 +01:00
akka-testkit/src ignore VIM swap files (and clean up previous accident) 2011-03-17 17:59:22 +01:00
akka-typed-actor/src Fix for local actor ref home address 2011-02-04 15:16:46 +13:00
config Fixing ticket #652 - Reaping expired futures 2011-02-08 15:06:13 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Give modified configgy a unique version and add a link to the source repository 2010-12-19 16:40:51 -07:00
project create akka-testkit subproject 2011-03-05 14:36:08 +01:00
scripts Updated the copyright header to 2009-2011 2010-12-22 15:35:50 +01:00
.gitignore ignore VIM swap files (and clean up previous accident) 2011-03-17 17:59:22 +01:00
LICENSE Updated the copyright header to 2009-2011 2010-12-22 15:35:50 +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.