You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PogSocket
2
2
3
-
> Deno websocket client (based on the original deno websocket client).
3
+
> A functional deno websocket client!
4
4
5
5
## Usage
6
6
@@ -19,6 +19,11 @@ for await (const event of readSocket(socket)) {
19
19
}
20
20
```
21
21
22
+
## Acknowledgements
23
+
24
+
-[_/websocket_](/websocket) (and parts of [_/pogsocket_](/pogsocket)) were originally written by the **Deno Authors**, this couldn't have been done without them :)
0 commit comments