No description
Find a file
2012-05-23 16:31:13 +02:00
akka-actor/src/main Preparing Akka Camel for bin compat 2012-05-23 15:17:49 +02:00
akka-actor-tests/src/test Adding more robust tests to HotSwapSpec 2012-05-22 10:51:38 +02:00
akka-agent/src Preparing Agent for binary compat 2012-05-22 15:27:19 +02:00
akka-camel/src Adding some docs to the Camel package object 2012-05-23 15:46:29 +02:00
akka-cluster/src Merge branch 'master' into wip-2006-binary-compat-√ 2012-05-21 20:21:27 +02:00
akka-docs Merge branch 'master' into wip-2006-binary-compat-√ 2012-05-23 12:05:30 +02:00
akka-durable-mailboxes Preparing mailbox-commons for bin compat 2012-05-23 16:27:30 +02:00
akka-kernel/src/main Making most of the innards of microkernel.Main private 2012-05-23 16:31:13 +02:00
akka-remote/src Merge branch 'master' into wip-2006-binary-compat-√ 2012-05-22 14:32:05 +02:00
akka-samples #1990 - Adding Java and Scala version of the microkernel docs 2012-04-23 14:50:26 +02:00
akka-sbt-plugin Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-slf4j/src Increasing the timeout as to not barf on slow test boxes 2012-05-02 15:14:35 +02:00
akka-testkit/src Merge branch 'master' into wip-2006-binary-compat-√ 2012-05-21 14:37:42 +02:00
akka-transactor/src Removing ActorTimeoutException everywhere... I swear it... 2012-05-18 15:23:21 +02:00
akka-zeromq/src Merge branch 'master' into wip-2006-binary-compat-√ 2012-05-21 20:21:27 +02:00
project sbtscalariform 0.4.0 2012-05-22 10:50:42 +02:00
scripts Deleted broken startup scripts. 2012-02-16 10:51:14 +01:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Removed code for tutorial, already removed in docs since duplicate in Typesafe/Akka getting started guide and template 2012-05-15 09:19:02 +02:00
LICENSE Updated license to 2012. 2012-02-15 20:27:27 +01:00
ls.sbt Use sbt 0.11.3. See #2087 2012-05-22 10:44:33 +02:00
README.textile Updated license to 2012. 2012-02-15 20:27:27 +01: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" 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.