-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Sockets library #7
Comments
I think it is fine to leave it open as a sort of meta issue until we've got some websockets API(s) in Gloo that we are happy with. |
@Pauan I've had a first go at implementing websockets following the gloo pattern in a branch. It works with tests, but I'm not sure the design is perfect yet. Specifically, I'm not sure how much to use the traits from |
I'm just goona bump this thread and make a request for comments on the proposal #113. I'm especially interested in whether it satisfies your use-case? When I have used websockets, it has always been for essentially JSON-RPC, where you send either notifications (messages without a response) or requests (messages that expect a response). I'm wondering in particular if any users have performance requirements and whether this design satisfies them, and also whether the API is as simple as it could be? |
I'm gonna close this issue in favor of #49 as that one has more discussion/activity. |
Let's make an idiomatic, Rust-y interface for working with Web Sockets!
The text was updated successfully, but these errors were encountered: