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 7737a2e commit c4c3f66Copy full SHA for c4c3f66
README.md
@@ -7,10 +7,16 @@ websocket is a minimal and idiomatic WebSocket library for Go.
7
8
## Install
9
10
+
11
```sh
12
go get github.com/coder/websocket
13
```
14
15
+> [!NOTE]
16
+> Coder now maintains this project as explained in [this blog post.](https://coder.com/blog/websocket)
17
+> We're grateful to [nhooyr](https://github.com/nhooyr) for authoring and maintaining this project from
18
+> 2019 to 2024.
19
20
## Highlights
21
22
- Minimal and idiomatic API
0 commit comments