nodejs-wesley
nodejs-wesley copied to clipboard
browser support?
This library looks really interesting. I was thinking of implementing something similar myself.
Does this library include browser support? Or is it easy to use socket.io-client or engine.io-client to connect to it?
Hi @MatthewMueller
As this library only includes the server implementation, browser support is not included. A client library may however (cough) be in the works, so watch this space. Wesley will still work with any client library that sticks to the protocol specs
- Hixie draft 76
- HyBi drafts 07-12
- HyBi drafts 13-17
Support for older browsers with no support for web sockets may or may not be factored in at some point. It's still to be discussed (ie. supporting thirdparty alternative transports may be considered)
Anyway, I'll keep the project updated with any proposals and discussions that happen.