proxy.golang.org : github.com/inkeliz/websocket : v1.7.2
Package websocket implements the RFC 6455 WebSocket protocol. https://tools.ietf.org/html/rfc6455 Use Dial to dial a WebSocket server. Use Accept to accept a WebSocket client. Conn represents the resulting WebSocket connection. The examples are the best way to understand how to correctly use the library. The wsjson and wspb subpackages contain helpers for JSON and protobuf messages. More documentation at https://nhooyr.io/websocket. The client side supports compiling to Wasm. It wraps the WebSocket browser API. See https://developer.mozilla.org/en-US/docs/Web/API/WebSocket Some important caveats to be aware of: This example demonstrates a echo server. This example demonstrates full stack chat with an automated test.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/inkeliz/[email protected]
Published:
Indexed:
- github.com/davecgh/go-spew v1.1.1
- github.com/golang/protobuf v1.3.2
- github.com/google/go-cmp v0.3.1
- github.com/kr/pretty v0.1.0
- github.com/stretchr/testify v1.4.0
- go.uber.org/atomic v1.4.0
- go.uber.org/multierr v1.1.0
- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127