No description
Find a file
2015-07-03 16:19:57 +02:00
akka-actor Merge pull request #17888 from akka/wip-17805-clearActorFields-patriknw 2015-07-03 13:54:12 +02:00
akka-actor-tests Merge pull request #17892 from 2m/wip-relax-actor-system-spec 2015-07-03 08:41:51 +03:00
akka-agent =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-bench-jmh =pro #17855 dont publish benchmarks or tests, fix license in bench 2015-07-01 17:05:12 +02:00
akka-camel =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
akka-cluster =clu #15404 Require at least one subscribe class 2015-07-02 20:01:25 +02:00
akka-cluster-metrics =clu #15404 Require at least one subscribe class 2015-07-02 20:01:25 +02:00
akka-cluster-sharding =cls #17447 Split Cluster Sharding docs into java/scala 2015-06-30 16:39:31 +02:00
akka-cluster-tools =clt #17447 Split ClusterClient docs into java/scala 2015-07-02 20:14:01 +02:00
akka-contrib Merge pull request #17764 from akka/wip-17501-harden-ReliableProxySpec-patriknw 2015-06-18 11:16:10 +02:00
akka-distributed-data =cdd #17778 Convert samples to java 2015-07-03 16:19:57 +02:00
akka-docs =cdd #17778 Convert samples to java 2015-07-03 16:19:57 +02:00
akka-kernel =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-multi-node-testkit =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-osgi =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
akka-persistence !per,doc,sam #17574 #17626 make recovery a method, move lambda samples 2015-06-30 16:01:52 +02:00
akka-persistence-tck +per #17799 Fix refactoring bug in deleteMessages 2015-06-26 12:05:38 +02:00
akka-remote Merge pull request #17876 from akka/wip-17729-Implicits.global-patriknw 2015-07-03 11:47:28 +02:00
akka-remote-tests =pro #17855 dont publish benchmarks or tests, fix license in bench 2015-07-01 17:05:12 +02:00
akka-samples =cdd #17778 Convert samples to java 2015-07-03 16:19:57 +02:00
akka-slf4j =doc remove duplicated word typos 2015-07-01 23:48:17 +02:00
akka-stream/src +per #17579 #17617 Introduces EventAdapter 2015-06-23 16:57:43 +02:00
akka-testkit =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
akka-typed move StepWise into tests and deprecate 2015-06-29 10:33:17 +02:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project =cdd #17778 Convert samples to java 2015-07-03 16:19:57 +02:00
scripts +pro #17611 add perl script to find javadoc errors 2015-06-24 16:34:36 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore =cdd #17779 Create activator template for Distributed Data 2015-06-30 08:08:43 +02:00
build.sbt =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-06-22 15:12:23 +02:00
LICENSE Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
README.md switch README from textile to markdown and freshen it up 2015-04-16 22:10:32 +02:00

Akka

We believe that writing correct concurrent & distributed, resilient and elastic 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 we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications.

For resilience we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and 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 akka.io. Join the akka-user mailing list. Follow @akkateam on twitter.

Gitter