tsoding / 4at

Simple Multi-User Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4at

Simple Multi-User Chat.

The code has fallen to "Rewrite it in Rust" disease. You can find the legacy Go version in ./legacy-go-version if you still need it

Quick Start

Server

$ cargo run --bin server

Upon running the server creates ./TOKEN where the Authentication Token is located. You will needed to connect to the Server via the Client.

Client

$ cargo run --bin client

In the prompt of the Client

> /connect <server ip> <token>

About

Simple Multi-User Chat

License:MIT License


Languages

Language:Rust 91.5%Language:Go 8.5%