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
- Host: GitHub
- URL: https://github.com/yasnakateb/chatroom
- Owner: yasnakateb
- Created: 2019-09-07T11:48:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T10:57:58.000Z (about 6 years ago)
- Last Synced: 2025-05-14T08:48:10.887Z (7 months ago)
- Topics: chatroom, client-server
- Language: Rust
- Homepage:
- Size: 4.39 MB
- Stars: 15
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
