apoorvajagtap ce903f6d1d Reverts to v1.5.0
This commit reverts the changes back till 8983b96324.
And inherits the README.md changes of 931041c5ee
Relates to:
- https://github.com/gorilla/websocket/issues/880#issuecomment-2081189055
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2020-03-19 10:45:00 -07:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2019-02-04 16:42:47 -08:00
2024-06-13 23:18:03 -04:00
2017-07-18 13:21:30 -07:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00
2024-06-13 23:18:03 -04:00

Gorilla WebSocket

GoDoc CircleCI

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.

Description
No description provided
Readme 599 KiB
Languages
Go 100%