Replies: 1 comment 2 replies
-
Hey, Currently there is only |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm curious if there's any goto clients written in Rust? I'm currently doing some research for implementing my own social features for video games like friends lists, parties, etc. I think socket.io really makes that interesting because of it's Javascript ecosystem. For example it would be really awesome to have a phone app connected to the same server that the game itself connects to. However I'm looking at supporting the Bevy engine (a Rust game engine) primarily.
Probably the most promising looking one is this: https://github.com/1c3t3a/rust-socketio
But I'm very curious if folks are using something else and what that may be, or if the socketioxide team has any interest in doing a Rust client as well.
Beta Was this translation helpful? Give feedback.
All reactions