No description
Find a file
2011-04-11 11:01:01 -04:00
akka-actor/src/main fixed warnings, asScalaIterable -> collectionAsScalaIterable 2011-04-08 15:55:04 +02:00
akka-actor-tests/src Merge branch 'wip-fsm' 2011-04-07 11:52:24 +02:00
akka-docs Merge remote branch 'upstream/master' 2011-04-11 11:01:01 -04:00
akka-http/src Added check to ensure that messages are not null. Also cleaned up misc code 2011-03-30 15:12:58 +02:00
akka-remote/src fixed warnings, serializable 2011-04-08 16:04:04 +02:00
akka-samples Adjusted chat sample to run with latest, and without Redis 2011-04-08 13:15:12 +02:00
akka-slf4j/src/main/scala/akka/event/slf4j Adjusted EventHandler to support Java API 2011-04-07 08:27:17 +02:00
akka-stm/src fixed warnings, @serializable -> extends scala.Serializable 2011-04-08 14:10:39 +02:00
akka-testkit/src/main/scala/akka/testkit fixed warnings, error -> sys.error 2011-04-08 14:43:15 +02:00
akka-tutorials Another minor coding style correction in akka-tutorial. 2011-04-11 14:33:26 +02:00
akka-typed-actor/src Override lifecycle methods in TypedActor to avoid warnings about bridge methods 2011-04-09 11:42:58 +12:00
config Changed logging level in ReflectiveAccess and set the default Akka log level to INFO 2011-04-01 15:49:33 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project fixed warnings, compile without -Xmigration 2011-04-08 16:05:03 +02:00
scripts add warning message to git-remove-history.sh 2011-04-05 19:45:05 +02:00
.gitignore completed first iteration of first getting started guide 2011-04-06 16:01:32 +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.