Pinned Repositories
chat-example
Basic chat example with Socket.IO
engine.io
The engine used in the Socket.IO JavaScript server, which manages the low-level transports such as HTTP long-polling and WebSocket.
socket.io
Realtime application framework (Node.JS server)
socket.io-client
Realtime application framework (client)
socket.io-client-cpp
C++11 implementation of Socket.IO client
socket.io-client-java
Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
socket.io-client-swift
socket.io-p2p
socket.io-redis-adapter
Adapter to enable broadcasting of events to multiple separate socket.io server nodes.
socket.io-website
Socket.IO website and blog
Socket.IO's Repositories
socketio/socket.io
Realtime application framework (Node.JS server)
socketio/socket.io-client
Realtime application framework (client)
socketio/socket.io-client-java
Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
socketio/socket.io-client-swift
socketio/engine.io
The engine used in the Socket.IO JavaScript server, which manages the low-level transports such as HTTP long-polling and WebSocket.
socketio/socket.io-redis-adapter
Adapter to enable broadcasting of events to multiple separate socket.io server nodes.
socketio/socket.io-client-cpp
C++11 implementation of Socket.IO client
socketio/chat-example
Basic chat example with Socket.IO
socketio/engine.io-client
The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling, WebSocket and WebTransport.
socketio/socket.io-redis-emitter
The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
socketio/socket.io-protocol
Socket.IO Protocol specification
socketio/engine.io-client-java
Engine.IO Client Library for Java
socketio/socket.io-admin-ui
Admin UI for Socket.IO
socketio/socket.io-website
Socket.IO website and blog
socketio/engine.io-protocol
Engine.IO protocol
socketio/socket.io-adapter
The Socket.IO in-memory adapter
socketio/socket.io-parser
socketio/socket.io-deno
Socket.IO server for Deno
socketio/socket.io-chat-platform
A basic chat platform based on Socket.IO
socketio/engine.io-parser
Parser for the engine.io protocol, used by client and server
socketio/socket.io-redis-streams-adapter
The Socket.IO adapter based on Redis Streams, allowing to broadcast events between several Socket.IO servers.
socketio/socket.io-mongo-adapter
The Socket.IO MongoDB adapter, allowing to broadcast events between several Socket.IO servers
socketio/socket.io-postgres-adapter
The Socket.IO Postgres adapter, allowing to broadcast events between several Socket.IO servers
socketio/pm2
Node.js Production Process Manager with a built-in Load Balancer.
socketio/socket.io-fiddle
A minimal example to play with Socket.IO
socketio/emitter
Event emitter component
socketio/socket.io-aws-sqs-adapter
The Socket.IO adapter for AWS Simple Queue Service (SQS), allowing to broadcast events between several Socket.IO servers.
socketio/socket.io-azure-service-bus-adapter
The Socket.IO adapter for Azure Service Bus, allowing to broadcast events between several Socket.IO servers.
socketio/socket.io-gcp-pubsub-adapter
The Socket.IO adapter for Google Cloud pub/sub, allowing to broadcast events between several Socket.IO servers
socketio/socket.io-devalue-parser
Socket.IO parser based on the `devalue` package