proxy.golang.org : github.com/inkeliz/websocket : v1.6.0
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/agnivade/wasmbrowsertest v0.3.0
- github.com/fatih/color v1.7.0
- github.com/golang/protobuf v1.3.2
- github.com/google/go-cmp v0.3.1
- github.com/konsorten/go-windows-terminal-sequences v1.0.2
- github.com/kr/pretty v0.1.0
- github.com/mattn/go-colorable v0.1.2
- github.com/mattn/go-isatty v0.0.9
- github.com/pkg/errors v0.8.1
- github.com/sirupsen/logrus v1.4.2
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.4.0
- go.coder.com/go-tools v0.0.0-20190317003359-0c6a35b74a16
- go.uber.org/atomic v1.4.0
- go.uber.org/multierr v1.1.0
- golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac
- golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
- golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13
- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
- golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gotest.tools/gotestsum v0.3.5
- mvdan.cc/sh v2.6.4+incompatible