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 1d54334 commit 90487b6Copy full SHA for 90487b6
README.md
@@ -15,8 +15,9 @@ for client and server upgrade XHR -> websocket.
15
Please observe the `examples` directory for usage examples:
16
17
```
18
-JavaScript client: examples/assets/index.html
+JavaScript client: examples/assets/index.html, serve it with:
19
Go server: go run examples/server/server.go
20
+
21
Go client via WS: go run examples/client_websocket/client.go
22
Go client via XHR: go run examples/client_xhr_polling/client.go
23
0 commit comments