
- Socket.IO Tutorial
- Socket.IO - Home
- Socket.IO - Overview
- Socket.IO - Environment
- Socket.IO - Hello world
- Socket.IO - Event Handling
- Socket.IO - Broadcasting
- Socket.IO - Namespaces
- Socket.IO - Rooms
- Socket.IO - Error Handling
- Socket.IO - Logging & Debugging
- Socket.IO - Internals
- Socket.IO - Chat Application
- Socket.IO Useful Resources
- Socket.IO - Quick Guide
- Socket.IO - Useful Resources
- Socket.IO - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Discuss Socket.IO
Socket.IO enables real-time bidirectional event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed. Socket.IO is built on top of the WebSockets API (Client side) and Node.js. It is one of the most depended upon library on npm (Node Package Manager).
Advertisements