cl-gserver
Actor framework
An actor framework for building concurrent, event-driven systems with support for message passing, state management, and concurrency tools.
Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.
199 stars
12 watching
14 forks
Language: Common Lisp
last commit: about 1 month ago
Linked from 2 awesome lists
actorcommon-lispconcurrencyevent-drivengenserverreactive
Related projects:
Repository | Description | Stars |
---|---|---|
apache/pekko | An open-source framework for building highly concurrent, distributed, and resilient message-driven applications using the Actor Model | 1,220 |
zkat/memento-mori | A Common Lisp library for building robust actor-based systems by embracing failure and promoting limited damage recovery. | 32 |
aarvid/actors | An Actor-based concurrency framework for Common Lisp applications | 12 |
anthdm/hollywood | An actor model-based framework for building high-performance distributed systems with guaranteed message delivery and fault tolerance. | 1,217 |
stiffstream/sobjectizer | An actor framework for C++ that simplifies the development of concurrent and multithreaded applications. | 487 |
juliaactors/actors.jl | A concurrent computing framework in Julia based on the Actor Model, enabling reactive applications with message-driven concurrency and resilience. | 106 |
pawelkaczor/akka-ddd | A framework for building distributed services using actor systems and event-sourcing architecture | 353 |
com-lihaoyi/castor | A lightweight, typed Actor library for concurrent data pipelines or state machines | 135 |
dbmcclain/lisp-actors | An implementation of Hewitt's Actor system in Common Lisp, enabling thread-agnostic message passing and state changes. | 69 |
hominee/crossbus | An actor-based computing model without runtime or platform dependencies, allowing for bare-metal execution and flexible task manipulation. | 122 |
louthy/echo-process | An actor-based system library for C# with support for persistence and integration with Redis. | 116 |
vladopajic/go-actor | A Go library for writing concurrent programs using the Actor model. | 155 |
basiliscos/cpp-rotor | An event loop friendly C++ actor micro-framework for building concurrent, distributed systems | 349 |
actor-framework/actor-framework | An implementation of the Actor Model using C++ to enable concurrent and asynchronous programming | 3,199 |
tochemey/goakt | A distributed actor framework for building reactive and scalable systems in Golang using protocol buffers. | 189 |