WebSocket-Node
WebSocket-Node copied to clipboard
A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)
When the socket emits `end` event we might still have to process the frames from the bufferList. One of the frames could be CONNECTION_CLOSE and we don't want to miss...
How can I get URL parameters to use them when a connection is established? For example to get a username
Should WebSocketServer.broadcast be in the docs? It appears to be usable from skimming the code. Can we use it?
The spec for websocket provides a range for custom reason codes to be sent when closing the websocket (4000-4999). When closing a websocket connection from the client passing a custom...
Your websockets do some good stuff but, for consistencies sake and perhaps some browserify action, I wanted to use the W3CWebsocket interface with a server connection. I had forked your...
When server closes connection right after having sent some frames, those are ignored by the client. Frames are lost because they are processed in a nextTick/setImmediate callback, thus socket close...
I've solving this crash for a quite long time. pretty hard to trace. my env: ubuntu 16.04 x64 node10 websocket 1.0.31, using WebSocketServer autoAcceptConnections=true problem: random crash on error ECONNRESET...
want to modernize more things but started out small to see if you are okey with this...