No description
Find a file
2015-06-26 07:12:11 +02:00
akka-actor !per #17755 removes the saved callback in plugins and adds receive 2015-06-25 13:44:03 +02:00
akka-actor-tests !per #17755 removes the saved callback in plugins and adds receive 2015-06-25 13:44:03 +02:00
akka-agent =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-bench-jmh !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +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 #16890 Add missing barrier in LeaderDowningNodeThatIsUnreachableSpec 2015-06-24 16:11:49 +02:00
akka-cluster-metrics =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
akka-cluster-sharding =cls #17261 Use persistent shard only when rememberEntities=true 2015-06-22 08:54:42 +02:00
akka-cluster-tools Merge pull request #17641 from kukido/kukido-spellings-normalization 2015-06-19 12:06:53 +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 #16799 Add another test for changed events 2015-06-18 16:53:55 +02:00
akka-docs !per #17832 Remove SyncWriteJournal 2015-06-26 07:12:11 +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 #17832 Remove SyncWriteJournal 2015-06-26 07:12:11 +02:00
akka-persistence-tck =per #17598 Add writerUuid to PersistentRepr 2015-06-25 20:06:13 +02:00
akka-remote Merge pull request #17641 from kukido/kukido-spellings-normalization 2015-06-19 12:06:53 +02:00
akka-remote-tests =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
akka-samples !per #17832 Remove SyncWriteJournal 2015-06-26 07:12:11 +02:00
akka-slf4j Merge pull request #17490 from akka/wip-17010-logger-mailbox-patriknw 2015-06-17 16:49:42 +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 =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project +per #17579 #17617 Introduces EventAdapter 2015-06-23 16:57:43 +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 !clt #15110 Use buffer instead of stash in singleton proxy 2015-06-18 11:18:24 +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