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

https://github.com/zazk/rusty-chat

Concept Chat in Rust
https://github.com/zazk/rusty-chat

rust rust-lang tcp-client tcp-server

Last synced: 3 days ago
JSON representation

Concept Chat in Rust

Awesome Lists containing this project

README

          

## Simple Chat in Rust
* Rust version: `1.42.0`

### Running server
```
cd server && cargo run
```

### Running clients
Run clients in another terminals
```
cd client && cargo run
```