1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00
sapir d9afae21b6 Fix "websocket" example's readme, and make binary names unique (#45)
Give each example binary a unique name.

This should allow running cargo run --bin in the root directory.
2018-09-24 11:57:36 +03:00
..
2018-08-07 22:34:16 -07:00
2018-08-07 22:34:16 -07:00
2018-08-07 22:34:16 -07:00
2018-08-07 22:34:16 -07:00

tls example

Usage

server

cd examples/rustls
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8443

web client