minhcord/README.md
minhtrannhat ab00e9b55e
Feat: Auto find internal IP address
- Updated README.md to reflect changes
2022-08-19 15:39:15 -04:00

21 lines
522 B
Markdown

# MINH_CORD
A wannabe discord clone but currently only support websocket real time chatting
## Dependencies
- `rust`
- `telnet`
## Installation
- Run `cargo build` at project root to build the binary.
## Running
### Development
- Run the server with `cargo run` or `RUST_LOG=debug cargo run` to run with debug.
### Production
- Run the binary with `./minh_cord`.
## Connecting to the server
- Run the server with the above commands.
- Run `telnet {SERVER_INTERNAL_IP_ADDRESS}` from a client to connect to the server.