commit | 9ec25ca502ec881a7e873d3cdf35da60eab22037 | [log] [tgz] |
---|---|---|
author | apoorvajagtap <apoorvajagtap4@gmail.com> | Wed Jun 12 06:49:35 2024 |
committer | Apoorva Jagtap <35304110+apoorvajagtap@users.noreply.github.com> | Wed Jun 12 08:21:52 2024 |
tree | 1c393594911f91a339f228384979162cf5227fd1 | |
parent | 1bddf2e0dba6f35492b0f5614905b291cd0ab88d [diff] |
fixes broken random value generation
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.