No description
Find a file
momania 2ad8aebcf5 - added local maven repo as repo for libs so publishing works
- added databinder repo again: needed for publish to work
2010-11-25 15:08:04 +01:00
akka-actor/src removed trailing whitespace 2010-11-24 21:05:12 +01:00
akka-http/src removed trailing whitespace 2010-11-24 21:05:12 +01:00
akka-remote/src removed trailing whitespace 2010-11-24 21:05:12 +01:00
akka-samples Merge branch 'master' of git-proxy:jboner/akka 2010-11-24 15:45:15 +01:00
akka-sbt-plugin Fixing groupID for SBT plugin and change url to akka homepage 2010-11-21 13:31:07 +01:00
akka-stm/src Switching to raw SLF4J on internals 2010-11-24 13:42:41 +01:00
akka-typed-actor/src Fixing all %s into {} for logging 2010-11-24 13:53:53 +01:00
config Switching to raw SLF4J on internals 2010-11-24 13:42:41 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Separated core from modules, moved modules to akka-modules repository 2010-11-23 15:31:28 +01:00
project - added local maven repo as repo for libs so publishing works 2010-11-25 15:08:04 +01:00
scripts Improved secure cookie generation script 2010-10-27 13:22:38 +02:00
.gitignore Add tags to gitignore. 2010-10-06 15:21:44 +08:00
LICENSE Added explicit nullification of all ActorRef references in Actor to make the Actor instance eligable for GC 2010-05-18 20:25:13 +02:00
README.textile Release 0.10 2010-08-21 18:06:35 +02: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://akkasource.org":http://akkasource.org.