Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

websockets

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.

Here are 6,647 public repositories matching this topic...

supabase

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

  • UpdatedDec 17, 2025
  • TypeScript

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

  • UpdatedDec 17, 2025
  • TypeScript
insomnia

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

  • UpdatedDec 17, 2025
  • TypeScript

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

  • UpdatedMar 19, 2025
  • Go

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

  • UpdatedDec 15, 2025
  • Rust
thingsboard

Open-source IoT Platform - Device management, data collection, processing and visualization.

  • UpdatedDec 17, 2025
  • Java

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

  • UpdatedJun 27, 2025
  • C++

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

  • UpdatedJun 10, 2024
  • Go
NodeBB

Node.js based forum software built for the modern web

  • UpdatedDec 17, 2025
  • JavaScript
noVNC

The little ASGI framework that shines. 🌟

  • UpdatedDec 4, 2025
  • Python

Share your terminal over the web

  • UpdatedJul 27, 2025
  • C
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.

  • UpdatedJun 29, 2025
  • TypeScript

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

  • UpdatedDec 15, 2025
  • Go
PairDrop

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

  • UpdatedFeb 25, 2025
  • JavaScript

μWebSockets for Node.js back-ends 🤘

  • UpdatedNov 28, 2025
  • C++

Websockets in swift for iOS and OSX

  • UpdatedMay 16, 2024
  • Swift

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.

  • UpdatedJun 12, 2025
  • C++

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

  • UpdatedOct 24, 2025
  • Rust

Created by Michael Carter, Ian Hickson

Followers
193 followers
Website
github.com/topics/websocket
Wikipedia
Wikipedia

Related topics

long-polling polling

[8]ページ先頭

©2009-2025 Movatter.jp