Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 378 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 378 Bytes

rust-message-storage-service

Proof of concept of a concurrent message storage service in rust.

Run

Server

To run the server:

cargo run --bin message-storage-server

The server will run at localhost:50051.

Client

To run the client and send a standard message

cargo run --bin message-storage-client

Tests

To run the tests:

cargo test