Skip to content

Files

Latest commit

99e9598 · Apr 8, 2023

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 4, 2023
Feb 22, 2023
Apr 4, 2023
Apr 4, 2023
Apr 4, 2023
Apr 8, 2023

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 :).