Skip to content
EntityQ7552998· pop 12· linked from 16 articles

Socket.IO is an event-driven library for real-time web applications. It enables real-time, bi-directional communication between web clients and servers. It consists of two components: a client, and a server. Both components have a nearly identical API.

Key facts

Software.name
Socket.IO
Software.logo
socket-io.svg
Software.logo upright
yes
Software.author
Guillermo Rauch
Software.developer
Automattic
Software.programming language
JavaScript
Software.operating system
Cross-platform
Software.genre
Event-driven networking
Software.license
MIT License

via Wikipedia infobox

Source code

Link to the source-code README · 1,668 chars · not written by Vinony

Article · Italiano

Socket.IO è una libreria Javascript per applicazioni web in tempo reale. Comprende una comunicazione bidirezionale realtime tra i web client e i server. È formata da due parti: una libreria lato client che gira sul browser e una libreria lato server per Node.js. Entrambi i componenti hanno la stessa struttura API. Come Node.js, è orientata agli eventi. Socket.IO usa principalmente il protocollo WebSocket. Può essere installato con npm.

Abstract from DBpedia / Wikipedia · CC BY-SA