No description
Find a file
2016-02-28 02:16:16 +01:00
akka-actor =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-actor-tests =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-agent Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-bench-jmh =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-camel =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster-metrics =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster-sharding =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster-tools =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-contrib =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-distributed-data =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-docs +doc #19844 rel links to "current" on each page 2016-02-28 02:16:16 +01:00
akka-docs-dev/rst/scala/code/docs/stream/cookbook Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-http =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-http-core =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-http-marshallers-java/akka-http-jackson Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-http-marshallers-scala Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-http-testkit =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-http-tests =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-kernel Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-multi-node-testkit =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-osgi =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-parsing =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence-query =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence-shared =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence-tck =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-protobuf +pro enable validatePullRequest locally 2016-01-22 10:27:47 +01:00
akka-remote =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-remote-tests =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-samples Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-slf4j =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-stream =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-stream-testkit =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-stream-tests =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-stream-tests-tck =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-testkit =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-typed =all remove unused imports 2016-02-23 20:29:22 +01:00
project Merge pull request #19854 from johanandren/typesafe-lightbend-name-change-johanandren 2016-02-23 16:37:33 +01:00
scripts Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore splitting up TLS APIs 2016-02-16 21:49:35 +01:00
.java-version =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
build.sbt =pro #19054 update to sbt-dependency-graph 0.8.0 2015-12-01 16:15:23 +01:00
CONTRIBUTING.md Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
COPYING.protobuf =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
LICENSE Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
README.md Fix link to contributing.md 2016-01-05 10:16:04 +01: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.

If you are looking to contribute back to Akka, the CONTRIBUTING.md file should provide you with all the information needed to get started.

Gitter