This repository contains a basic HTTP server written in Rust using hyper.rs guide.
Run
cargo build
to build the project. Then run
./target/debug/hello-hyper
to start the HTTP server. The server is listening on localhost:3000.
This repository contains a basic HTTP server written in Rust using hyper.rs guide.
Run
cargo build
to build the project. Then run
./target/debug/hello-hyper
to start the HTTP server. The server is listening on localhost:3000.