-
Notifications
You must be signed in to change notification settings - Fork 621
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. #29
Comments
https://github.com/keroxp/deno-ws Hi, I created an experimental websocket server with deno. Thanks. |
@keroxp How well is it working? Can you give us a status update? What are the major missing features? Would you be open to including that in deno_std? |
@ry There are no major missing features from server-side point of view. WebSocket server based on RFC 6455 works fine. However WebSocket client for deno runtime hasn't been implemented because there are no way(?) to open HTTP connection for upgrading to websocket, Minor missing features are some websocket extension protocol handler (e.g. permessage deflate).
Yes! I hope that it will be merged into deno_std, if you plan to place WebSocket API on deno's standard library. |
You can use
Great! Can you prepare a PR? |
@ry I opened PR for websocket. Please review it! |
@ry Can be closed? |
No description provided.
The text was updated successfully, but these errors were encountered: