Point to Reactive Manifesto in README, see #15130
This commit is contained in:
parent
a0819a95f3
commit
392cb75af4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue