Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 604 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 604 Bytes

Terminal Chat server

How to run the terminal chat server?

The easiest way to do it is to build a docker image and then run it. There's already a ready-to-use Dockerfile so you just go with a docker build -t <imagename> . inside a server's directory. After you built a docker image just type in docker run <imagename> -p <your port>:8080.

If you don't wanna use docker you can install the server's package directly on your computer by typing cargo install. Of course you will need to install Rust before you do it :).