https://github.com/tsoding/4at
Simple Multi-User Chat
https://github.com/tsoding/4at
Last synced: 4 months ago
JSON representation
Simple Multi-User Chat
- Host: GitHub
- URL: https://github.com/tsoding/4at
- Owner: tsoding
- License: mit
- Created: 2023-10-28T19:30:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T15:47:05.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T17:52:38.088Z (over 1 year ago)
- Language: Rust
- Size: 87.9 KB
- Stars: 157
- Watchers: 2
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./legacy-go-version) if you still need it*
## Quick Start
### Server
```console
$ 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
```console
$ cargo run --bin client
```
In the prompt of the Client
```console
> /connect
```