Repository navigation

#

WebSocket

Created by Michael Carter, Ian Hickson

websockets.spec.whatwg.org
维基百科

WebSocket is a computer communications protocol, providing full-duplex communication channels for interaction between a web browser (or other client application) and a web server over a single TCP connection. The WebSocket protocol allows for sending messages to a server and receiving event-driven responses without having to poll the server for a reply, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open. In this way, a two-way ongoing conversation can take place between the client and the server.

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.

PHP
11443
10 天前
soketi/soketi

Next-gen, Pusher-compatible, open-source WebSockets server. Simple, fast, and resilient. 📣

TypeScript
5338
6 个月前

simple, fast, reliable websocket server & client, supports running over tcp/kcp/unix domain socket. keywords: ws, proxy, chat, go, golang...

Go
1593
1 个月前

💥 Lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js

TypeScript
842
5 年前

A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.

C++
812
7 年前
JavaScript
760
16 天前

Query sqlite via json+http

Go
544
14 天前

Professional backend framework for Node.js

JavaScript
504
2 天前

All Free . Deploy V2Ray to Heroku . v2ray学习参考

Dockerfile
472
4 年前

Isomorphic implementation of WebSocket (https://www.npmjs.com/package/ws)

JavaScript
413
2 年前

🚡 tiny WebSocket middleware for Node.js

TypeScript
410
1 年前

توسط ابزار فرگمنت می‌تونین دامنه‌های مرده‌تون رو مجدد زنده کنید! / Using the Fragment tool, you can revive your dead domains!

JavaScript
373
6 个月前

[DEPRECATED] A community-centric, community-supported version of tmi.js

TypeScript
348
7 个月前

A lightweight and scalable asynchronous WebSocket listener

C#
317
7 年前

Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.

JavaScript
260
2 年前

Small server wrapper around eufy-security-client library to access it via a WebSocket.

TypeScript
219
8 天前