This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9decd7c
commit 7dc1143
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# NETCHAT Server, in Rust. | ||
|
||
NETCHAT is a chatting server that uses TINET for authentication. | ||
I've chosen to rewrite it in Rust for better performance and just because I like Rust. | ||
|
||
The original server is [here](https://github.com/tkbstudios/netchatserver) | ||
|
||
## How to use | ||
Download the latest release from [here](https://github.com/tkbstudios/netchat-server-rust/releases) and run it. | ||
It'll fetch the latest stable default config file if it's the first run. | ||
Edit the config file carefully and start the server back up. | ||
|
||
> Don't forget to allow the port you use (default: 2052) through your firewall if you have one. | ||
## Security warning | ||
> ⚠️ This server is still in rewrite progress, please do not expect a safe server yet, make sure to set up your firewall correctly to prevent attacks on your machine! | ||
> | ||
> Ideally, please only use this server if you know what you're doing. |