Skip to content

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

Notifications You must be signed in to change notification settings

f-forcher/rust-message-storage-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages