proxy.golang.org : github.com/inkeliz/websocket : v1.3.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/golang/protobuf v1.3.1
- github.com/google/go-cmp v0.2.0
- github.com/kr/pretty v0.1.0
- go.coder.com/go-tools v0.0.0-20190317003359-0c6a35b74a16
- golang.org/x/lint v0.0.0-20190409202823-959b441ac422
- golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
- golang.org/x/text v0.3.2
- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
- golang.org/x/tools v0.0.0-20190429184909-35c670923e21
- golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
- mvdan.cc/sh v2.6.4+incompatible