ws
Web socket library
A WebSocket implementation in Go.
Tiny WebSocket library for Go.
6k stars
125 watching
381 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
fastgogolangrfc-6455websocket
Related projects:
Repository | Description | Stars |
---|---|---|
gorilla/websocket | An implementation of the WebSocket protocol for real-time communication over TCP connections. | 22,625 |
coder/websocket | A minimal and idiomatic WebSocket library for Go | 4,017 |
olahol/melody | A lightweight websocket framework for Go that abstracts away the tedious parts of handling websockets. | 3,785 |
eranyanay/1m-go-websockets | Demonstrates how to handle a large number of websockets connections in Go | 5,866 |
google/gopacket | Provides packet processing capabilities for Go | 6,375 |
go-git/go-git | A high-level implementation of the Git version control system in Go | 6,070 |
goadesign/goa | A tool for designing and generating APIs in Go | 5,719 |
disposaboy/gosublime | An integrated development environment plugin for Sublime Text 3 that enhances Go/Golang development experience with various features and tools. | 3,419 |
go-kit/kit | A toolkit for building microservices in Go | 26,684 |
tetratelabs/wazero | A WebAssembly runtime for Go developers to execute code compiled in other languages | 5,016 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,839 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
labstack/echo | A high-performance, minimalist Go web framework with extensible middleware capabilities and robust API features. | 30,085 |
zeromicro/go-zero | A cloud-native Go framework for building scalable and resilient microservices with automatic code generation and built-in engineering practices. | 29,481 |
go-swagger/go-swagger | A toolset for working with RESTful APIs using Swagger 2.0 specifications | 9,583 |