A complete robust Server for the chat application.
Using docker:
docker-compose up --build
docker exec -ti rust-app /bin/bash
$ cargo run --releaseThe server is accessible via TCP for basic JSON messages by the adress 0.0.0.0:3000. And via TCP for files 0.0.0.0:8080