Newer
Older
// Package websocket is a minimal and idiomatic implementation of the WebSocket protocol.
// The echo example is the best way to understand how to correctly use the library.
//
// Please see https://nhooyr.io/websocket for detailed design docs and a comparison with existing
// libraries.