Skip to content

AxelTahmid/4at

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.5%
  • Go 8.5%