websocket

WebSocket library

A minimal and idiomatic WebSocket library for Go

Minimal and idiomatic WebSocket library for Go

GitHub

4k stars
40 watching
297 forks
Language: Go
last commit: 14 days ago
Linked from 1 awesome list

gohttp2idiomaticminimalwebsocket

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
gobwas/ws A WebSocket implementation in Go. 6,143
gorilla/websocket An implementation of the WebSocket protocol for real-time communication over TCP connections. 22,445
olahol/melody A lightweight websocket framework for Go that abstracts away the tedious parts of handling websockets. 3,748
eranyanay/1m-go-websockets Demonstrates how to handle a large number of websockets connections in Go 5,816
glebradchenko/dnwebsocket A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. 36
zeromicro/go-zero A cloud-native Go framework for building scalable and resilient microservices with automatic code generation and built-in engineering practices. 29,308
websockets/ws A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. 21,752
disposaboy/gosublime An integrated development environment plugin for Sublime Text 3 that enhances Go/Golang development experience with various features and tools. 3,418
lxzan/gws A WebSocket implementation designed for building real-time applications with focus on simplicity, performance, and reliability. 1,422
posener/wstest A tool for testing WebSocket handlers without requiring an active network connection or port allocation. 102
ergo-services/meta Provides WebSocket-related meta processes for the Ergo Framework 3.0 and above. 4
melishev/wsgo Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. 3
tootallnate/java-websocket A library implementing a WebSocket protocol in Java. 10,530
joewalnes/websocketd Tool to turn existing command-line applications into WebSocket servers by piping client input and sending server output over WebSockets 17,160
kseo/ws-cli A command line client for establishing and interacting with WebSockets 17