#distributed-systems #actor #distributed #async

fluxion

Fluxion is an actor framework written in rust and designed for distributed systems

13 releases (7 breaking)

0.9.0 Nov 14, 2023
0.7.0 Aug 4, 2023
0.6.0 Jul 29, 2023

#427 in Concurrency

MIT/Apache

255KB
1K SLoC

Fluxion

crates.io crates.io docs.rs

Distributed actor framework written in rust.

About

Fluxion is an actor framework designed with distributed systems in mind, namely sending messages not just between actors, but also between systems.

Usage

Fluxion's usage is rather complex at the moment. While a new crate that will simplify it greatly is planned, currently the best source for usage documentation is in examples. Extensive documentation is currently in the works.

License

Fluxion is Dual-Licensed under Apache 2.0 and MIT.

Dependencies

~3–32MB
~422K SLoC