An open API service indexing awesome lists of open source software.

https://github.com/yasnakateb/chatroom

🗣 Chatroom in Rust
https://github.com/yasnakateb/chatroom

chatroom client-server

Last synced: about 2 months ago
JSON representation

🗣 Chatroom in Rust

Awesome Lists containing this project

README

          

# Chatroom
🏁🔮 The goal of this project is writing a simple chatroom (server-client) in Rust.
## Dependencies

### macOS
This project needs the Rust compiler (rustc) and the Rust package manager (cargo).

### Building on macOS
#### Rust Installation :
For installation it's advised to use rustup.

$ brew install rustup

Use rustup to install the Rust compiler and the Rust package manager.

$ rustup-init

1. Clone the repository.
2. Change the directory to server.
3. Run $ cargo run
4. Change the directory to client.
5. Run $ cargo run
6. Write your messages !

📌📌📌 If you try to send a message that's longer than 32 bytes it doesn't actually break anything. It just cuts off the message at 32 bytes.

![](Gifs/Chat.gif)