Web server in rust with zero dependencies/crates
It uses TCP/IP directly
To build a docker image, run
scripts/build.sh
and it should generate an image called oxyweb:latest
.
Just use cargo run
to run and cargo build
to build
It runs at port 8080 by default, can be configured by the PORT
environment variable