Add examples README.md

As mentioned at https://github.com/sdroege/async-tungstenite/pull/3, a later PR could add a brief description to each example.
pull/9/head
Kelly Thomas Kline 5 years ago committed by Sebastian Dröge
parent 40943ec32c
commit 40757271f0
  1. 7
      examples/README.md

@ -0,0 +1,7 @@
Examples
* [autobahn-client.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/autobahn-client.rs)
* [autobahn-server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/autobahn-server.rs)
* [client.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/client.rs)
* [echo-server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/echo-server.rs)
* [server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/server.rs)
Loading…
Cancel
Save