We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c894c commit 36b0fb5Copy full SHA for 36b0fb5
doc.go
@@ -2,5 +2,8 @@
2
//
3
// See https://tools.ietf.org/html/rfc6455
4
5
-// For now the docs are at https://github.com/nhooyr/websocket#websocket. I will move them here later.
+// The examples are the best way to understand how to correctly use the library.
6
+//
7
+// Please see https://nhooyr.io/websocket for detailed design docs and a comparison with existing
8
+// libraries.
9
package websocket
0 commit comments