Getting Started with Socket.IO, Node.js and Express
Socket.IO [http://socket.io] enables real-time event-based communication between one or more clients and a server. It works on every platform, browser or device and is fast and reliable. It's often used in analytics, document collaboration, streaming and instant messaging. Socket.IO is smart, it uses WebSockets if available.…