Socket.IO
Features
- Socket.IO is a library built on WebSockets. It adds features you would certainly need to implement yourself anyway, like a heartbeat and auto-reconnect, as well as features you will probably need - like multiplexing, rooms, and the ability to fallback to long polling
Backlinks