Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 166 Bytes

File metadata and controls

13 lines (11 loc) · 166 Bytes

Random notes

# For the server
$ cd server
$ RUST_LOG=info cargo run 127.0.0.1:12345
# For the client
$ cd client
$ cargo run ws://127.0.0.1:12345