WebSockets server that mimics the Node.js `net` module API, yielding duplex streams instead of the 'onmessage/send' WebSockets API. Compatible with simple-websocket (https://github.com/feross/simple-websocket)
npm install simple-websocket-serversimple-websocket-server
=======================






> WebSockets server that mimics the Node.js net module API, yielding duplex streams instead of the 'onmessage/send' WebSockets API. Compatible with simple-websocket (https://github.com/feross/simple-websocket)
- goes really well with simple-websocket
- supports text and binary data
- node.js duplex stream interface
``sh`
> npm install simple-websocket-server
``
```