#

WebSocket

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.

supabase/supabase
https://static.github-zh.com/github_avatars/supabase?size=40

Firebase 开源替代品。Firebase是谷歌旗下的一款实时数据云服务平台,它能帮助开发者很快的写出Web端和移动端的应用。

TypeScript 80.94 k
1 小时前
hoppscotch/hoppscotch
https://static.github-zh.com/github_avatars/hoppscotch?size=40

Hoppscotch (原Postwoman) 是一个API请求测试工具,支持HTTP、Websocket、GraphQL、MQTT等,是Postman替代品

TypeScript 71.15 k
3 小时前
https://static.github-zh.com/github_avatars/nestjs?size=40

#Web框架#用于构建高效且可扩展的服务器端应用程序的渐进式 Node.js 框架,深受 Angular 的启发。

TypeScript 70.42 k
5 小时前
louislam/uptime-kuma
https://static.github-zh.com/github_avatars/louislam?size=40

Uptime Kuma 是一个网络状态监控工具,支持 HTTP/HTTPS/TCP/PING/DNS 监控,告警可以通过 Telegram、Emial、Discord、Slack 等通知

JavaScript 67.17 k
2 天前
https://static.github-zh.com/github_avatars/socketio?size=40

Socket.IO 是一个用于浏览器和服务器实时双向通讯的库。由客户端(JavaScript)和服务端(Node.js)组成,同时有其他语言版本实现

TypeScript 61.91 k
18 天前
https://static.github-zh.com/github_avatars/mitmproxy?size=40

An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

翻译面向渗透测试人员和软件开发人员的交互式TLS拦截HTTP代理功能。

Python 38.7 k
20 小时前
curl/curl
https://static.github-zh.com/github_avatars/curl?size=40

cURL 由curl(命令行工具)和libcurl(C语言的API库)组成,基于网络协议,对指定URL进行网络传输。支持的通信协议有FTP、FTPS、HTTP、HTTPS、TFTP、SFTP、Gopher、SCP、Telnet、DICT、FILE、LDAP、LDAPS、IMAP、POP3、SMTP和RTSP。

C 37.61 k
1 小时前
Kong/insomnia
https://static.github-zh.com/github_avatars/Kong?size=40

一个跨平台 API测试工具,支持REST、GraphQL、WebSockets以及gRPC协议

JavaScript 36.07 k
34 分钟前
kataras/iris
https://static.github-zh.com/github_avatars/kataras?size=40

#Web框架#Iris 是基于 Go 编写的一个快速,简单但功能齐全、高效的 Web 框架。

Go 25.45 k
1 天前
https://static.github-zh.com/github_avatars/gorilla?size=40

Gorilla WebSocket 是WebSocket协议的Go语言实现

Go 23.36 k
1 个月前
https://static.github-zh.com/github_avatars/actix?size=40

Actix Web是一个功能强大、实用且快速的Rust Web框架。

Rust 22.74 k
1 天前
https://static.github-zh.com/github_avatars/websockets?size=40

Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

翻译简单易用,为Node.js提供了经过快速且经过全面测试的WebSocket客户端和服务器

JavaScript 22.14 k
10 天前
https://static.github-zh.com/github_avatars/yudai?size=40

Share your terminal as a web application

翻译将您的终端共享为Web应用程序

Go 19 k
8 个月前
swoole/swoole-src
https://static.github-zh.com/github_avatars/swoole?size=40

Swoole 使 PHP 开发人员可以编写高性能高并发的 TCP、UDP、Unix Socket、HTTP、 WebSocket 等服务,让 PHP 不再局限于 Web 领域

C++ 18.63 k
1 天前
thingsboard/thingsboard
https://static.github-zh.com/github_avatars/thingsboard?size=40
Java 18.63 k
4 小时前
https://static.github-zh.com/github_avatars/uNetworking?size=40
C++ 17.85 k
2 个月前
https://static.github-zh.com/github_avatars/joewalnes?size=40

Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.

翻译将任何使用STDIN / STDOUT的程序转换为WebSocket服务器。类似于inetd,但适用于WebSockets。

Go 17.2 k
10 个月前
louislam/dockge
https://static.github-zh.com/github_avatars/louislam?size=40
TypeScript 16.79 k
1 天前
loading...

Created by Michael Carter, Ian Hickson

Website
websockets.spec.whatwg.org
Wikipedia
维基百科