Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 465 Bytes

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