7 ms·
It's not. There's an under-appreciated NPM module which is/was shared by Socket.IO that only handles the low-level WebSocket protocol for NodeJS: https://www.
by dj2stein9 12y ago
It's not. There's an under-appreciated NPM module which is/was shared by Socket.IO that only handles the low-level WebSocket protocol for NodeJS:
https://www.npmjs.com/package/websocket.io https://www.npmjs.com/package/websocket.io
You can use that, and the built-in WebSocket object in modern browsers.