Skip to content
Paul L. Cimino edited this page May 3, 2013 · 1 revision

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

Clone this wiki locally