Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of, amazing work on the API design, you clearly understand the assignment on what's missing for Rust.
I believe this should be the foundation for most of the backend frameworks from now on, it would give the same ecosystem benefits that Elixir had for Phoenix.
But I have a few questions... coming from Elixir, how many of the features are functional and stable now?
global
available for cluster wide registration of GenServers?Server A
send a message to aGenServer
created onServer B
to mutate state, and expect a response?Server A
monitor aGenServer
onServer B
to relaunch if it fails?Just trying to wrap my head around what features are missing and how stable the networking features are.
In fact most of my concerns are the networking stuff, if the distributed processes have any issues.
Beta Was this translation helpful? Give feedback.
All reactions