Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Websocket | 19,896 | 6,922 | 15,740 | 5 days ago | 20 | February 16, 2022 | 40 | bsd-3-clause | Go | |
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go. | ||||||||||
Websocket | 462 | 2 | 129 | a month ago | 39 | November 24, 2022 | 2 | bsd-2-clause | Go | |
WebSocket implementation for fasthttp. | ||||||||||
Websocket | 10 | 7 years ago | bsd-2-clause | Go | ||||||
WebSocket package for Go(go programing language) fasthttp. | ||||||||||
Websocket | 2 | 6 years ago | 1 | bsd-2-clause | Go | |||||
Fork of github.com/gorilla/websocket | ||||||||||
Wsock | 1 | 8 years ago | mit | Go | ||||||
wsock | ||||||||||
Fasthttp Websocket | 1 | 6 years ago | 1 | mit | Go | |||||
A WebSocket implementation on top of the fasthttp |
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
go get github.com/gorilla/websocket
The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.