[Client] Render at 60 fps
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
$ 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.
./TOKEN
$ cargo run --bin client
In the prompt of the Client
> /connect <server ip> <token>
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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
Upon running the server creates
./TOKEN
where the Authentication Token is located. You will needed to connect to the Server via the Client.Client
In the prompt of the Client