Point to Reactive Manifesto in README, see #15130

This commit is contained in:
Roland Kuhn 2016-03-09 22:09:45 +01:00
parent a0819a95f3
commit 392cb75af4

View file

@ -4,7 +4,7 @@ We believe that writing correct concurrent & distributed, resilient and elastic
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.
Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. This model is a perfect match for the principles laid out in the [Reactive Manifesto](http://www.reactivemanifesto.org/).
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.