/example_web_server

An example web server written in Rust

Primary LanguageRustMIT LicenseMIT

example_web_server

An example web server written in Rust

Usage

Run project with Cargo:

cargo run

Then just go to http://localhost:7878. Notice that the server will be closed after the first successful request. Run cargo run again if you send another request.