Exploring Socket.IO
The secret sauce: * Real-time, two-way communication (because who likes waiting?) * Auto-reconnection (for those pesky network hiccups) * Protocol gymnastics (WebSocket, long-polling, you name it) * Dead-simple API (even your cat could use it... maybe) When to unleash Socket....