Socket.IO topic

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.

List Socket.IO repositories

uptime-kuma

57.9k
Stars
5.2k
Forks
270
Watchers

A fancy self-hosted monitoring tool

m-server

35
Stars
13
Forks
Watchers

egg.js简单应用

Mchat

100
Stars
25
Forks
Watchers

RN生态学习

blocker

52
Stars
22
Forks
Watchers

:video_game: (WIP - phase 3) Multiplayer online game using Phaser + WebSocket (Socket.IO)

laravel-echo-redis-socketio

29
Stars
9
Forks
Watchers

It's a very simple chat demo, use laravel-echo-server and Laravel Echo

FlyingChat

26
Stars
3
Forks
Watchers

即时聊天系统

node-live-stream-server

20
Stars
17
Forks
Watchers

Live streaming using Node.js, socket.io and WebRTC protocol

messenger

389
Stars
77
Forks
Watchers

Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots,...

DrawingApp

54
Stars
33
Forks
Watchers

Realtime drawing app using SocketIO and p5.js