Skip to content

Socket.IO

Sidney_Carlos edited this page Aug 30, 2021 · 2 revisions

Socket.IO: u

Socket.IO is a library that enables real-time, bidirectional and event-based communication between the browser and the server. It consists of:

a Node.js server: Source | API
a Javascript client library for the browser (which can be also run from Node.js): Source | API

Diagram for bidirectional communication

There are also several client implementation in other languages, which are maintained by the community: photo