A simple chat server written in Rust.
Internal dependencies
mdchat_common
mdchat_serverconf
External dependencies
To compile the project:
# 1. Download the project using Git
git clone /~https://github.com/dousamichal0807/mdchat.git
# 2. Navigate into the directory
cd mdchat
# 3. Change the branch from `development` to a stable branch, for example:
git checkout -b v0.2.0
# 4. Navigate into server directory
cd server
# 5. Build with Cargo
cargo build --release
For full list configuration options see this page.