Category Archives: node

The Socket.IO Protocol

Socket.IO aims to enable real-time applications in every browser and mobile device, and it does a great job. Socket.IO is a nicely abstracted conglomeration of WebSockets, FlashSocket, AJAX long polling, and a few other techniques enabling bi-directional communication from the client … Continue reading

Posted in development, html, html5, javascript, mobile, node | Leave a comment