Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 321 Bytes

This is a simple implementation of both a chatclient and chatserver in rust.

To use either the client or server, first clone the repo:

git clone [email protected]:Redjeepkaiser/chat-server-rust.git

Server can be started with:

cargo run --bin server

Client can be started with:

cargo run --bin client