Rust Messenger Service - Client
Go to file
firebadnofire 8127af523c
commit
2024-04-19 13:16:18 +00:00
src commit 2024-04-19 09:08:12 -04:00
.gitignore commit 2024-04-16 14:16:47 -04:00
Cargo.toml commit 2024-04-19 13:16:18 +00:00
LICENSE commit 2024-04-16 14:16:47 -04:00
Makefile commit 2024-04-17 18:01:54 +00:00
README.md commit 2024-04-17 18:07:44 +00:00

README.md

RMS-client

Rust Messenger Service - Client

Usage:

-p PORT: use a different port (default: 7890)

Build instructions:

Install rust: rust-lang.org/tools/install

Run make: make install

Uninstall:

Run make: make uninstall

other

Check out: RMS-server