Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 474 Bytes

File metadata and controls

17 lines (15 loc) · 474 Bytes

CLI CHAT RUST

Inspired by https://github.com/Yengas/rust-chat-server

This project was used as a tool to learn Async programming, networking programming and Rust itself

Client

Client can be ran/built from root folder ('clichat_rust') using:

$ cargo run --bin chatclient
$ cargo build --bin chatclient

Server

Server can be ran/built from root folder ('clichat_rust') using:

$ cargo run --bin chatserver -- -p {port}
$ cargo build --bin chatserver