Skip to content
#

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.

Here are 11,911 public repositories matching this topic...

无锁异步化、事件驱动架构设计的 java netty 网络编程框架; 轻量级,无需依赖任何第三方中间件或数据库就能支持集群、分布式; 适用于网络游戏服务器、物联网、内部系统及各种需要长连接的场景; 通过 ioGame 你可以很容易的搭建出一个集群无中心节点、集群自动化、分布式的网络服务器;fxgl netty protobuf unity3d godot cocos Creator websocket tcp socket;java netty 游戏服务器框架

  • Updated May 18, 2024
  • Java

TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。

  • Updated May 18, 2024
  • C#

Java, Kotlin. Configuration, Eureka, Gateway, Keycloak. Circuit Breaker, Rate Limit, Retry, Correlation Trace. REST API for Marketplace and STOMP over WebSocket General Chat. Spring Cloud. Scrum, Spring Boot, PostgreSQL, Docker, JWT, Gradle, CI/CD, Swagger, JUnit, TestContainers, Hibernate, Git, Checkstyle, UML

  • Updated May 18, 2024
  • Java

Created by Michael Carter, Ian Hickson

Followers
142 followers
Website
websockets.spec.whatwg.org
Wikipedia
Wikipedia

Related Topics

long-polling polling