This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
The platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM. Akka is an implementation of the actor model, a mathematical model of concurrent computation, based on the central idea of actors.
First released | 2009 |
Developed by | Lightbend |
Latest stable version | 2 |
Open-source | Not defined |
Used by | CapitalOne, Hootsuite, Walmart, PayPal |
Akka’s features have some similarities to Erlang. It focuses on the Actor class for message processing. Actors have a hierarchical arrangement; parent actors are responsible for supervision of their child actors.