commit | 2f25f7843d3d0e4889e5e008dcbdd77fec378deb | [log] [tgz] |
---|---|---|
author | Gary Burd <gary@beagledreams.com> | Tue Jan 04 01:49:10 2022 |
committer | GitHub <noreply@github.com> | Tue Jan 04 01:49:10 2022 |
tree | a9bb54b8c2ce34588a822bfdc37632447179e78a | |
parent | 4fad4036191b2a16b723b60a13a1690c5b8c27a9 [diff] |
Update README (#757) - Note that a new maintainer is needed. - Remove comparison with x/net/websocket. There's no need to describe the issues with that package now that the package's documentation points people here and elsewhere.
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
⚠️ The Gorilla WebSocket Package is looking for a new maintainer
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.