Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonatanadam/tchat
Multi user chat server written in Rust
https://github.com/yonatanadam/tchat
chat tcp-server
Last synced: about 2 months ago
JSON representation
Multi user chat server written in Rust
- Host: GitHub
- URL: https://github.com/yonatanadam/tchat
- Owner: YonatanAdam
- Created: 2024-07-13T15:41:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T20:19:22.000Z (5 months ago)
- Last Synced: 2024-07-28T21:29:23.052Z (5 months ago)
- Topics: chat, tcp-server
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Tch@** (Tchat)
## Quick Start
### Server
start the server
```console
$ cargo run --bin server
```### Client
connect to the server
```console
$ cargo run --bin client
```