Socket.IO
Published Jun 19, 2021Updated Oct 26, 2022
Contribute to Docs
Socket.IO is a JavaScript library that enables real-time, bidirectional, and event-based communication between the browser and the server. It consists of:
- Server-side library for Node.js
- Client-side library for the browser (which can be also run from Node.js)
In simpler terms, Socket.IO enables live communication between computers. It simplifies the process to write messaging applications like video chat, audio chat, and text chat.
Some of the companies that use Socket.IO include Alibaba Travels, PLAID, Trello, and Patreon.
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.