https://github.com/5tarlight/rust-chat
Real time CLI chatting made of Rust!
https://github.com/5tarlight/rust-chat
Last synced: 3 months ago
JSON representation
Real time CLI chatting made of Rust!
- Host: GitHub
- URL: https://github.com/5tarlight/rust-chat
- Owner: 5tarlight
- License: mit
- Created: 2023-04-14T11:11:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T14:43:28.000Z (about 1 year ago)
- Last Synced: 2025-01-20T07:07:35.952Z (5 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-chat
Real time CLI chatting made of Rust!
https://user-images.githubusercontent.com/45203447/232058729-c1fa460b-7739-4e74-87e0-85e926b991fe.mov
## Requirements
Love and enthusiasm for Rust
## Execution
1. Start server
```bash
cd chat_server
cargo run
```2. Start client and connect
```bash
cd chat_client
cargo run ws://localhost:8080
```You can use your own WebSocket URL instead of `ws://localhost:8080`
3. Chat