summaryrefslogtreecommitdiffstats
path: root/examples/websocket/README.md
blob: fcdee9f3b418702b441cd11149858cebb3eefc74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
## Websocket

A simple example that keeps a WebSocket connection open to an echo server.

The __[`main`]__ file contains all the code of the example.

You can run it with `cargo run`:
```
cargo run --package websocket
```

[`main`]: src/main.rs