No description
Find a file
Patrik Nordwall 6fb74532b6 Merge pull request #17673 from jwcarman/jwcarman-add-osgi-contrib
Adding OSGi metadata to contrib module.
2015-06-18 11:15:03 +02:00
akka-actor Merge pull request #17490 from akka/wip-17010-logger-mailbox-patriknw 2015-06-17 16:49:42 +02:00
akka-actor-tests Merge pull request #17490 from akka/wip-17010-logger-mailbox-patriknw 2015-06-17 16:49:42 +02:00
akka-agent =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-bench-jmh Merge pull request #17593 from ktoso/wip-deferAsync-ktoso 2015-05-29 15:13:00 +02:00
akka-camel =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-cluster =rem #17567 Adjust parameters for DeadlineFailureDetector 2015-05-29 10:20:42 +02:00
akka-cluster-metrics +act #17576 Support serializer with string manifest 2015-06-01 13:45:31 +02:00
akka-cluster-sharding !cls #16422 Rename shardResolver and idExtractor 2015-06-16 13:38:57 +02:00
akka-cluster-tools =con #13909 Don't use remote watch in ClusterClient 2015-06-02 15:22:09 +02:00
akka-contrib Merge pull request #17673 from jwcarman/jwcarman-add-osgi-contrib 2015-06-18 11:15:03 +02:00
akka-docs !cls #16422 Rename shardResolver and idExtractor 2015-06-16 13:38: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 =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-persistence =per #17630 FAILED: PersistenceFSMActorSpec 2015-06-03 15:56:19 +03:00
akka-persistence-tck =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-remote =rem #17554 Improve flow control of system message delivery 2015-06-16 06:55:24 +02:00
akka-remote-tests =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-samples Merge pull request #17593 from ktoso/wip-deferAsync-ktoso 2015-05-29 15:13:00 +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 Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-testkit =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
akka-typed =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project Merge pull request #17673 from jwcarman/jwcarman-add-osgi-contrib 2015-06-18 11:15:03 +02:00
scripts !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore = #17380 genjavadoc 0.9 2015-05-18 16:39:20 +02:00
build.sbt =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
CONTRIBUTING.md updated scalariform link 2015-05-27 17:23:59 +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