bastion-rs / bastion

Highly-available Distributed Fault-tolerant Runtime
https://www.bastion-rs.com
Apache License 2.0
2.78k stars 101 forks source link

totally new to rust here but how fault tolerant compared with elixir? #297

Open hiqsociety opened 3 years ago

hiqsociety commented 3 years ago

trying to write a chat app. any example on this? would like to understand how fault tolerant this is compared with erlang.

otherwise, i understand all the good points written, possible to share the limitations compared with erlang as well? e.g. where erlang is stronger

o0Ignition0o commented 3 years ago

Hey there :)

First of all I'd like to apologize for the time it took me to reply :(

I think a tiny chat app would be a great use case for our examples, and there's quite a lot of folks who have a look at this projects with a variant of a chat app in mind.

I'll try to write an example that uses the latest apis, but in the meantime could you please list the usecase you'd like to see covered ? eg message passing, spawning actors etc?