No description
Find a file
2011-04-20 09:04:57 +02:00
akka-actor/src/main mid address refactoring 2011-04-20 09:04:57 +02:00
akka-actor-tests/src mid address refactoring 2011-04-20 09:04:57 +02:00
akka-docs Completed first Akka/Scala/SBT tutorial 2011-04-07 09:36:59 +02:00
akka-http/src Merged with Viktors work with removing client managed actors. Also removed actor.id, added actor.address 2011-04-08 21:16:05 +02:00
akka-remote/src mid address refactoring 2011-04-20 09:04:57 +02:00
akka-samples Merged with Viktors work with removing client managed actors. Also removed actor.id, added actor.address 2011-04-08 21:16:05 +02:00
akka-slf4j/src/main/scala/akka/event/slf4j Merged with Viktors work with removing client managed actors. Also removed actor.id, added actor.address 2011-04-08 21:16:05 +02:00
akka-stm/src Removed client-managed actors, a lot of deprecated methods and DataFlowVariable (superceded by Future) 2011-04-07 12:48:30 +02:00
akka-testkit/src/main/scala/akka/testkit Removing more deprecation warnings and more client-managed actors residue 2011-04-07 13:03:23 +02:00
akka-tutorials Setup for publishing snapshots 2011-04-07 13:41:27 +12:00
akka-typed-actor/src mid address refactoring 2011-04-20 09:04:57 +02:00
config mid address refactoring 2011-04-20 09:04:57 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project Setup for publishing snapshots 2011-04-07 13:41:27 +12:00
scripts add warning message to git-remove-history.sh 2011-04-05 19:45:05 +02:00
.gitignore mid address refactoring 2011-04-20 09:04:57 +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.