Skip to content
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

Please implement Websocket in node_io #33

Open
tejainece opened this issue Jun 14, 2018 · 2 comments
Open

Please implement Websocket in node_io #33

tejainece opened this issue Jun 14, 2018 · 2 comments
Labels

Comments

@tejainece
Copy link

No description provided.

@pulyaevskiy
Copy link
Owner

So to clarify for myself mostly. This is about implementing:
https://api.dartlang.org/dev/2.0.0-dev.62.0/dart-io/WebSocket-class.html from dart:io.

A brief look shows that Nodejs does not come with web socket APIs included, which is kind of tricky. I wanted for this library to only cover built-in APIs. But for completeness sake we might need to make an exception.

Is there a de-facto standard package for Nodejs which everyone uses with Web sockets?

@tejainece
Copy link
Author

This seems to be the most used: https://www.npmjs.com/package/ws

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants