랭킹으로 돌아가기
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
gowebsocketgolanggorillagorilla-web-toolkitwebsockets
주요 지표
스타 성장
스타
24.8k
포크
3.6k
주간 성장
—
이슈
47
10k20k
2013년 10월2015년 11월2018년 1월2020년 2월2022년 4월2024년 6월2026년 7월
아티팩트Go Modules
go get github.com/gorilla/websocketREADME
Gorilla WebSocket
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
Documentation
Status
The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
Installation
go get github.com/gorilla/websocket
Protocol Compliance
The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.
관련 저장소