Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Actor Model

Actor Model

57 projects

Showing 36 of 57 projects

xstate
xstateTypeScript

Actor-based state management and orchestration library for JavaScript and TypeScript using state machines and statecharts.

#event-driven#hacktoberfest#state-machines
Stars29.9k
Forks1.4k
Last commit8 hours ago
actix-web
actix-webRust

A powerful, pragmatic, and extremely fast Rust web framework for building scalable and reliable web services.

#actix-web#http-server#high-performance
Stars24.7k
Forks1.9k
Last commit2 days ago
Akka Streams
Akka StreamsScala

A platform for building highly responsive, resilient, and scalable distributed systems using the actor model.

#stream-processing#distributed-actors#akka
Stars13.3k
Forks3.5k
Last commit11 days ago
Erlang/OTP
Erlang/OTPErlang

A programming language and runtime system for building massively scalable soft real-time systems with high availability requirements.

#programming-language#high-availability#distributed-systems
Stars12.3k
Forks3.1k
Last commit18 hours ago
Orleans
OrleansC#

A cross-platform framework for building robust, scalable distributed applications in .NET using the virtual actor model.

#orleans#distributed-actors#stateful-services
Stars10.8k
Forks2.1k
Last commit1 day ago
actix
actixRust

Actor framework for Rust providing a high-level API for building concurrent, distributed systems.

#systems-programming#hacktoberfest#distributed-systems
Stars9.2k
Forks674
Last commit19 days ago
citybound
cityboundRust

An open-source, multi-player city simulation game focusing on realism, collaborative planning, and microscopic detail simulation.

#urban-planning#simulation#city
Stars8.1k
Forks362
Last commit3 years ago
ProtoActor
ProtoActorGo

Ultra fast distributed actor framework for Go, C#, and Java/Kotlin, enabling cross-platform concurrency and messaging.

#akka#distributed-systems#csharp
Stars5.5k
Forks574
Last commit3 months ago
Akka.NET
Akka.NETC#

A .NET port of the Akka actor model framework for building concurrent, distributed, and fault-tolerant systems in C# and F#.

#stream-processing#akka#high-availability
Stars5.1k
Forks1.1k
Last commit22 hours ago
Ergo
ErgoGo

An actor-based framework for building distributed, event-driven systems in Go, inspired by Erlang with network transparency.

#elixir#event-driven-architecture#otp
Stars4.6k
Forks184
Last commit17 hours ago
C++ Actor Framework
C++ Actor FrameworkC++

An open-source C++ framework implementing the Actor Model for building scalable, high-performance concurrent and distributed applications.

#high-performance#distributed-systems#async
Stars3.4k
Forks573
Last commit16 hours ago
30 Days of Elixir
30 Days of ElixirElixir

A 30-day guided exercise series for learning the Elixir programming language through hands-on coding challenges.

#functional-programming#elixir#otp
Stars3.1k
Forks426
Last commit4 years ago
NanoMQ
NanoMQC

An ultra-lightweight, blazing-fast MQTT broker and messaging bus for IoT edge computing and software-defined vehicles.

#iot#nng#smp
Stars2.6k
Forks302
Last commit2 days ago
Hollywood
HollywoodGo

A blazingly fast, low-latency actor engine written in Go for building highly concurrent and distributed systems.

#cluster-computing#distributed-systems#game-servers
Stars2.3k
Forks178
Last commit1 month ago
zfoo
zfooJava

An extremely fast, asynchronous, actor-based enterprise server framework for RPC, game servers, and web servers.

#orm#spring#high-performance
Stars2.0k
Forks415
Last commit1 month ago
Apache Pekko
Apache PekkoScala

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala with the Actor Model.

#stream-processing#message-driven#http-server
Stars1.6k
Forks208
Last commit11 hours ago
clooney
clooneyJavaScript

An actor library for the web that runs classes in Web Workers to keep the main thread responsive.

#javascript-library#comlink#actor-model
Stars1.4k
Forks36
Last commit21 days ago
kameo
kameoRust

A high-performance Rust library for building fault-tolerant, asynchronous actor-based systems that scale from local to distributed.

#distributed#distributed-systems#libp2p
Stars1.4k
Forks79
Last commit3 days ago
message-io
message-ioRust

A fast, event-driven network library for Rust that simplifies socket management with a message and endpoint abstraction.

#event-driven#protocol-abstraction#tcp
Stars1.2k
Forks83
Last commit1 month ago
skynet
skynetC#

A microbenchmark that spawns one million concurrent actors/coroutines to compare concurrency performance across programming languages.

#haskell#parallel-computing#performance-testing
Stars1.1k
Forks119
Last commit2 years ago
pulsar
pulsarClojure

A Clojure library providing Erlang-style concurrency with fibers, channels, and actors built on Quasar.

#channels#distributed-systems#actors
Stars919
Forks50
Last commit6 years ago
Gearpump
GearpumpScala

A lightweight real-time big data streaming engine built on Akka for high-throughput, low-latency data processing.

#stream-processing#akka#cluster-computing
Stars756
Forks150
Last commit3 days ago
SObjectizer
SObjectizerC++

A small, mature C++ framework implementing Actor, Publish-Subscribe, and CSP models to simplify concurrent and multithreaded application development.

#csp#embedded-systems#publish-subscribe
Stars615
Forks55
Last commit19 hours ago
Orleankka
OrleankkaC#

A functional, message-based API extension for Microsoft Orleans, enabling composable actor communication for CQRS, event-sourcing, and FSM.

#orleans#functional-programming#cqrs
Stars507
Forks78
Last commit7 months ago
spawn
spawnElixir

An actor-native service mesh for durable, stateful computing that works across multiple programming languages and protocols.

#event-driven#elixir#workflow-orchestration
Stars375
Forks15
Last commit2 months ago
Wire
WireC#

A high-performance polymorphic binary serializer for .NET, designed for distributed systems with support for surrogates and version tolerance.

#high-performance#distributed-systems#dotnet
Stars374
Forks63
Last commit3 years ago
Goakt
GoaktGo

A distributed actor framework for Go that enables building scalable, reactive systems with typed messages and clustering.

#distributed#observability#distributed-systems
Stars364
Forks37
Last commit1 day ago
akka-ddd
akka-dddScala

A framework for building distributed services with DDD, CQRS, and event sourcing on the Akka platform.

#event-driven-architecture#akka#cqrs
Stars360
Forks58
Last commit1 year ago
fpGo
fpGoGo

A Go library providing monads, optional types, Rx-style observables, and functional programming utilities.

#optional-types#functional-programming#queue
Stars355
Forks22
Last commit22 days ago
gen_state_machine
gen_state_machineElixir

An idiomatic Elixir wrapper for OTP's gen_statem behavior, providing cleaner syntax and automatic callback mode declaration.

#elixir#behavior-wrapper#state-machine
Stars313
Forks36
Last commit2 years ago
go-actor
go-actorGo

A lightweight Go library for building concurrent programs using the Actor model and CSP principles.

#csp#go-actor#go-library
Stars305
Forks19
Last commit3 days ago
Hyperion
HyperionC#

A high-performance polymorphic serializer for .NET, designed for safe message transfer in distributed systems.

#hyperion#polymorphic-serializer#binary-serialization
Stars281
Forks62
Last commit1 year ago
AsyncQueue
AsyncQueueSwift

A Swift library providing ordered task queues for sending work from nonisolated contexts to asynchronous contexts like actors.

#ios#concurrency-control#task-queue
Stars280
Forks16
Last commit1 month ago
Chalk
ChalkScala

A Scala library for natural language processing with functional and actor-based pipelines.

#nlp-library#functional-programming#pipeline-architecture
Stars260
Forks48
Last commit9 years ago
Sento
SentoCommon Lisp

Sento is an actor framework for Common Lisp featuring actors, agents, FSMs, and an event stream for building reactive, concurrent systems.

#event-driven#reactive-systems#parallel-computing
Stars250
Forks16
Last commit15 days ago
GPars
GParsGroovy

A concurrency and parallelism framework for Java and Groovy that provides intuitive abstractions for multi-core programming.

#multi-core#parallelism#java
Stars248
Forks61
Last commit2 years ago
Page 1 of 2Next

Related Tags

#Concurrency39#Distributed Systems30#Message Passing16#Fault Tolerance13#Functional Programming9#Actors8#Elixir8#Reactive8#High Performance8#Dotnet7#Rust7#Scala7
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub