WebSocket - pcimino/nodejs-restify-mongodb GitHub Wiki

Web Socket

Socket.io

I looked at a four socket libraries, including ws, json-socket and json-sockets before deciding on Socket.io

WS worked the best with the JQuery WebSocket library, but Socket.io has a client which allows the developer to use similar connection and event handling on the server and client. Also probably the best documented of these four.

Next: Restify Configuration

Return Home