No description
Find a file
2014-09-24 09:28:23 +01:00
akka-actor Merge pull request #15596 from nitsanw/master 2014-08-18 19:45:05 +02:00
akka-actor-tests +act,slf #11715 Add configurable LoggingFilter 2014-08-11 20:08:44 +02:00
akka-agent =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-bench-jmh/src/main/scala/akka +act #13004 Adding TailChopping router 2014-07-29 20:27:03 +02:00
akka-camel =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-cluster =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
akka-contrib Merge pull request #1869 from ktonga/wip-3737-interceptors-chain-for-receive-ktonga 2014-08-08 09:52:00 +02:00
akka-docs =doc #15538 Updating documentation on deliver and confirmDelivery for Scala, Java and Lambda-java 2014-09-24 09:28:23 +01:00
akka-kernel =15648 ker Use wildcard in microkernel classpath 2014-08-13 17:36:33 +02:00
akka-multi-node-testkit =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-osgi =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
akka-persistence =per #15590 Increase efforts to in-order on start of ALOD 2014-08-12 11:28:25 +02:00
akka-persistence-tck =per #15559 use the same config as all other peristence tests 2014-07-23 15:48:51 +02:00
akka-remote +act #13992 Improve identify replies of wildcard selections 2014-06-23 12:19:03 +02:00
akka-remote-tests =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
akka-samples +act,slf #11715 Add configurable LoggingFilter 2014-08-11 20:08:44 +02:00
akka-slf4j +act,slf #11715 Add configurable LoggingFilter 2014-08-11 20:08:44 +02:00
akka-stream/src +per,+str #15035 Reactive-stream producers for persistent messages written by akka-persistence processors 2014-06-25 15:07:50 +02:00
akka-testkit =tes #15167 Harden TestTimeSpec 2014-08-07 11:58:44 +02:00
akka-zeromq =pro #15031 separate sbt build file for every module 2014-05-14 10:05:09 +02:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project =pro #15616 UTF-8 charset and exception with offending file (for Validation) 2014-08-05 12:04:42 +02:00
scripts !scr do not remove tags (github) that are not set on an issue 2014-07-30 11:48:38 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Update .gitignore 2014-05-21 13:48:06 +02:00
CONTRIBUTING.md Add abbrev for project changes to CONTRIBUTING.md 2014-08-05 11:50:35 +02:00
LICENSE Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
README.textile =pro clean up build 2013-12-13 21:06:13 +01: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 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" 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 "http://akka.io":http://akka.io.