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.

supabase/supabase

The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

TypeScript
89516
6 小时前

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

TypeScript
72907
16 小时前
Kong/insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

TypeScript
37261
1 天前

Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.

Go
24111
7 个月前

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

Rust
23706
5 天前

Simple, secure & standards compliant web server for the most demanding of applications

C++
18286
3 个月前

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

Go
17552
1 年前
NodeBB/NodeBB

Node.js based forum software built for the modern web

JavaScript
14792
19 小时前

The little ASGI framework that shines. 🌟

Python
11516
2 天前
cs01/gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

TypeScript
10168
3 个月前

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.

Go
9328
8 小时前
schlagmichdoch/PairDrop

PairDrop: Transfer Files Cross-Platform. No Setup, No Signup.

JavaScript
8729
7 个月前
Swift
8575
1 年前

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

C++
8220
4 个月前

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions

Rust
8042
1 个月前