No description
Find a file
Patrik Nordwall 125adbff7a Merge pull request #16661 from akka/wip-ConversionCheckedTripleEquals-patriknw
=tes Use ConversionCheckedTripleEquals
2015-03-10 15:58:39 +01:00
akka-actor +all #16632 Make serialization identifiers configurable in reference.conf 2015-03-05 11:55:05 -06:00
akka-actor-tests =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-agent =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-bench-jmh per #15423 Remove deprecated features from akka-persistence 2014-12-12 16:18:47 +01:00
akka-camel =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-cluster =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-cluster-metrics =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-contrib =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-docs =doc add clarification on ActorSelection vs. ActorRef 2015-03-09 15:09:56 +01:00
akka-kernel =act, ker, rem, doc #16330 deprecate akka.util.Crypt 2014-12-20 13:30:37 +03:00
akka-multi-node-testkit fix warnings in remote and cluster 2015-01-30 19:02:18 +01:00
akka-osgi fix warnings in contrib, docs, osgi, persistence and slf4j 2015-02-06 18:45:58 +01:00
akka-persistence =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-persistence-tck per #15423 Remove deprecated features from akka-persistence 2014-12-12 16:18:47 +01:00
akka-remote =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-remote-tests =tes Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-samples =sam #16764 Incomplete sample project breaks samples build and IDEA import 2015-02-02 12:04:23 +01:00
akka-slf4j fix warnings in contrib, docs, osgi, persistence and slf4j 2015-02-06 18:45:58 +01: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 Use ConversionCheckedTripleEquals 2015-03-10 08:17:03 +01:00
akka-typed add akka-typed project with generic ActorRef 2015-01-29 11:42:28 +01:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project =pro #16791 Calculate OSGi scala.* version import range correctly 2015-02-11 12:23:57 -08:00
scripts + akka-cluster-metrics: new akka module 2015-01-19 10:23:54 -06:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore + akka-cluster-metrics: new akka module 2015-01-19 10:23:54 -06:00
build.sbt =pro upgrade to latest sbt and add first auto plugins 2014-11-30 15:34:59 +02:00
CONTRIBUTING.md =pro fix test phrase 2014-12-01 15:11:41 +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.