An example web server written in Rust
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.
An example web server written in Rust
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.