proxy.golang.org : github.com/inkeliz/websocket
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
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/inkeliz/websocket
License: MIT
Latest release: over 3 years ago
First release: about 6 years ago
Namespace: github.com/inkeliz
Last synced: 18 days ago