Actix Websocket with Prost Protobuf

Simple echo websocket server and a simple websocket client using protobuf.

This project is based on the Actix Websocket Example.

Usage

server

cargo run --bin server
# Started http server: 127.0.0.1:8080

web client

rust client

cargo run --bin client