Hacker News new | ask | show | jobs
by nextmove 1051 days ago
Has anyone experimented with any Rust framework that implements Erlang's actor model in pure Rust? How well do they scale in distributed system? I know I've seen a few libraries such as:

Lunatic https://github.com/lunatic-solutions/lunatic

Bastion https://github.com/bastion-rs/bastion

1 comments

I’ve liked using ractor.

https://github.com/slawlor/ractor

This project also appears interesting, but it seems that its clustering features have yet to be tested in large scale distributed systems.

https://github.com/slawlor/ractor/discussions/131