Add examples readme

A later PR could add a brief description to each example.
pull/3/head
Kelly Thomas Kline 5 years ago committed by GitHub
parent 21411b2dc1
commit ffc392dcb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      examples/README.md

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