All Projects → akka → Akka

akka / Akka

Licence: other
Build highly concurrent, distributed, and resilient message-driven applications on the JVM

Programming Languages

scala
5932 projects
java
68154 projects - #9 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
perl
6916 projects

Projects that are alternatives of or similar to Akka

Orleans
Orleans is a cross-platform framework for building distributed applications with .NET
Stars: ✭ 8,131 (-31.89%)
Mutual labels:  reactive, concurrency, actor-model, distributed-systems, distributed-actors
Orbit
Orbit - Virtual actor framework for building distributed systems
Stars: ✭ 1,585 (-86.72%)
Mutual labels:  reactive, actor-model, distributed-systems, distributed-actors
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-99.79%)
Mutual labels:  distributed-systems, streaming, actor-model, concurrency
Akka.net
Port of Akka actors for .NET
Stars: ✭ 4,024 (-66.29%)
Mutual labels:  reactive, concurrency, akka, actor-model
Cloudi
A Cloud at the lowest level!
Stars: ✭ 352 (-97.05%)
Mutual labels:  reactive, concurrency, actor-model, distributed-systems
Akka Grpc
Akka gRPC
Stars: ✭ 361 (-96.98%)
Mutual labels:  hacktoberfest, reactive, akka, streaming
Lagom
Reactive Microservices for the JVM
Stars: ✭ 2,590 (-78.3%)
Mutual labels:  hacktoberfest, reactive, akka, distributed-systems
Akka Http
The Streaming-first HTTP server/module of Akka
Stars: ✭ 1,163 (-90.26%)
Mutual labels:  hacktoberfest, reactive, akka, streaming
nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 1,003 (-91.6%)
Mutual labels:  distributed-systems, akka, actor-model
Liftbridge
Lightweight, fault-tolerant message streams.
Stars: ✭ 2,175 (-81.78%)
Mutual labels:  cloud-native, streaming, distributed-systems
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (-65.34%)
Mutual labels:  distributed-systems, akka, actor-model
matrixone
Hyperconverged cloud-edge native database
Stars: ✭ 1,057 (-91.15%)
Mutual labels:  distributed-systems, streaming, cloud-native
Vald
Vald. A Highly Scalable Distributed Vector Search Engine
Stars: ✭ 158 (-98.68%)
Mutual labels:  cloud-native, distributed-systems, high-performance
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-99.83%)
Mutual labels:  distributed-systems, actor-model, concurrency
reacted
Actor based reactive java framework for microservices in local and distributed environment
Stars: ✭ 17 (-99.86%)
Mutual labels:  distributed-systems, reactive, actor-model
Actix
Actor framework for Rust.
Stars: ✭ 6,764 (-43.34%)
Mutual labels:  hacktoberfest, concurrency, actor-model
Bastion
Highly-available Distributed Fault-tolerant Runtime
Stars: ✭ 2,333 (-80.46%)
Mutual labels:  hacktoberfest, concurrency, distributed-systems
Cloudstate
Distributed State Management for Serverless
Stars: ✭ 709 (-94.06%)
Mutual labels:  cloud-native, reactive, akka
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (-92.9%)
Mutual labels:  akka, actor-model, distributed-systems
Translations
🐼 Chinese translations for classic IT resources
Stars: ✭ 6,074 (-49.12%)
Mutual labels:  reactive, concurrency, distributed-systems

Akka Latest versionBuild Status

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. This model is a perfect match for the principles laid out in the Reactive Manifesto.

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.

Learn more at akka.io.

Reference Documentation

The reference documentation is available at doc.akka.io, for Scala and Java.

Community

You can join these groups and chats to discuss and ask Akka related questions:

In addition to that, you may enjoy following:

Contributing

Contributions are very welcome!

If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it.

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly, or in the akka/dev chat if a more real time communication would be of benefit.

A chat room is available for all questions related to developing and contributing to Akka: gitter: akka/dev

License

Akka is Open Source and available under the Apache 2 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].