Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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


```