No description
Find a file
2011-05-04 21:25:47 +02:00
akka-actor/src/main Changed the 'home' cluster config option to one of 'host:<hostname>', 'ip:<ip address>'' or 'node:<node name>' 2011-05-04 21:25:47 +02:00
akka-actor-tests/src Changed the 'home' cluster config option to one of 'host:<hostname>', 'ip:<ip address>'' or 'node:<node name>' 2011-05-04 21:25:47 +02:00
akka-cluster/src Clustered deployment in ZooKeeper implemented. Read and write deployments from cluster test passing. 2011-05-03 21:04:45 +02:00
akka-docs Fixed broken pi calc algo 2011-04-24 09:02:37 -07:00
akka-http/src Rebased from master branch 2011-04-27 01:06:08 +02:00
akka-remote/src Massive refactorings in akka-cluster. Also added ClusterDeployer that manages deployment data in ZooKeeper 2011-04-29 15:47:56 +02:00
akka-samples All tests passing except akka-remote 2011-04-27 15:00:41 +02:00
akka-slf4j/src/main/scala/akka/event/slf4j mid-address-refactoring: all tests except remote and serialization tests passes 2011-04-20 20:43:17 +02:00
akka-stm/src Applied patch from bruce.mitchener, with minor adjustment 2011-04-23 08:11:31 +02:00
akka-testkit/src All tests passing except akka-remote 2011-04-27 15:00:41 +02:00
akka-tutorials Fixed problem in Pi calculation algorithm 2011-04-23 11:55:54 +02:00
akka-typed-actor/src All tests passing except akka-remote 2011-04-27 15:00:41 +02:00
config Changed the 'home' cluster config option to one of 'host:<hostname>', 'ip:<ip address>'' or 'node:<node name>' 2011-05-04 21:25:47 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Added clustering module from Cloudy Akka 2011-04-27 01:10:00 +02:00
project fixed compilation problems in akka-cluster 2011-04-28 20:12:37 +02:00
scripts add warning message to git-remove-history.sh 2011-04-05 19:45:05 +02:00
.gitignore Added outline on how to implement clustered deployment 2011-04-30 15:44: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.