Proof of concept of a concurrent message storage service in rust.
To run the server:
cargo run --bin message-storage-server
The server will run at localhost:50051
.
To run the client and send a standard message
cargo run --bin message-storage-client
To run the tests:
cargo test