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

Websocket API #3

Open
shezi opened this issue Nov 28, 2014 · 0 comments
Open

Websocket API #3

shezi opened this issue Nov 28, 2014 · 0 comments

Comments

@shezi
Copy link
Member

shezi commented Nov 28, 2014

By outside demand: To enable clients to connect from other languages in a halfway standard way, the option of enabling Websocket connections would be nice.

Apparently, not much extra code is needed to enable Websocket connections, since they're basically upgraded HTTP connections, so after an initial handshake the internal code might stay the same (ref: https://en.wikipedia.org/wiki/WebSocket#WebSocket_protocol_handshake). Even so, it might be a good idea to separate the Websocket code from the regular socket code. Further examples: https://gist.github.com/jkp/3136208 and http://autobahn.ws/python/

@shezi shezi mentioned this issue Nov 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant