Realtime application framework (Node.JS server)
-
Updated
Nov 22, 2022 - TypeScript
Socket.IO is a JavaScript library for realtime web applications. It enables realtime, bi-directional communication between web clients and servers. It has two parts: a client-side library that runs in the browser, and a server-side library for Node.js. Both components have a nearly identical API. Like Node.js, it is event-driven.
Released March 19, 2010
Latest release 6 days ago