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
11337
2 天前
soketi/soketi

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

TypeScript
5185
2 个月前

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

Go
1528
2 个月前

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

TypeScript
843
4 年前

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++
807
7 年前
JavaScript
748
3 个月前

Query sqlite via json+http

Go
526
10 天前

Professional backend framework for Node.js

JavaScript
505
3 个月前

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

Dockerfile
471
4 年前

🚡 tiny WebSocket middleware for Node.js

TypeScript
411
10 个月前

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

JavaScript
407
2 年前

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

JavaScript
356
2 个月前

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

TypeScript
348
3 个月前

A lightweight and scalable asynchronous WebSocket listener

C#
316
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
206
6 天前