programming-rust-examples/iron-gcd
2020-11-23 09:57:29 -08:00
..
src Initial commit 2017-12-03 21:19:32 -08:00
.gitignore Initial commit 2017-12-03 21:19:32 -08:00
Cargo.lock Cargo update for most dirs. 2020-11-23 09:57:29 -08:00
Cargo.toml Initial commit 2017-12-03 21:19:32 -08:00
README.md Initial commit 2017-12-03 21:19:32 -08:00

A simple web server, in Rust

This program uses the Iron framework to implement a simple web server in Rust. Run the program with cargo run, visit http://localhost:3000/, and then ask it to compute the greatest common denominator of some numbers for you!