Simple echo websocket server and a simple websocket client using protobuf.
This project is based on the Actix Websocket Example.
cargo run --bin server
# Started http server: 127.0.0.1:8080
cargo run --bin client
Simple echo websocket server and a simple websocket client using protobuf.
This project is based on the Actix Websocket Example.
cargo run --bin server
# Started http server: 127.0.0.1:8080
cargo run --bin client