Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 756 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 756 Bytes

MDChat Server

A simple chat server written in Rust.

Dependencies

Internal dependencies

  • mdchat_common
  • mdchat_serverconf

External dependencies

Compilation

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

Configuration

For full list configuration options see this page.