kameo
Actor framework
A Rust library for building fault-tolerant, asynchronous actor-based systems with efficient concurrency and strong type safety
Fault-tolerant Async Actors Built on Tokio
630 stars
9 watching
15 forks
Language: Rust
last commit: 8 days ago
Linked from 1 awesome list
actorstokio
Related projects:
Repository | Description | Stars |
---|---|---|
hominee/crossbus | An actor-based computing model without runtime or platform dependencies, allowing for bare-metal execution and flexible task manipulation. | 122 |
apache/pekko | An open-source framework for building highly concurrent, distributed, and resilient message-driven applications using the Actor Model | 1,223 |
zkat/memento-mori | A Common Lisp library for building robust actor-based systems by embracing failure and promoting limited damage recovery. | 32 |
anthdm/hollywood | An actor model-based framework for building high-performance distributed systems with guaranteed message delivery and fault tolerance. | 1,222 |
louthy/echo-process | An actor-based system library for C# with support for persistence and integration with Redis. | 116 |
igumnoff/gabriel2 | An actor library built on top of Tokio and Rust, providing features for asynchronous message sending and processing. | 25 |
stiffstream/sobjectizer | An actor framework for C++ that simplifies the development of concurrent and multithreaded applications. | 487 |
mdbergmann/cl-gserver | An actor framework for building concurrent, event-driven systems with support for message passing, state management, and concurrency tools. | 199 |
horusiath/akkling | An experimental F# API for building actor-based systems with typed actor references and simplified API | 225 |
drogue-iot/ector | An async, no-alloc actor framework for embedded devices. | 47 |
aarvid/actors | An Actor-based concurrency framework for Common Lisp applications | 12 |
pawelkaczor/akka-ddd | A framework for building distributed services using actor systems and event-sourcing architecture | 353 |
vladopajic/go-actor | A Go library for writing concurrent programs using the Actor model. | 159 |
tomaka/rouille | A Rust-based micro web framework that creates an HTTP listening socket and parses incoming requests. | 1,130 |
heroickatora/oxide-auth | An OAuth2 server library with configurable and pluggable backends | 690 |