Built in Rust!
Rockbell is an open-source web server built in Rust for local development. Created by battleoverflow!
Rockbell is pretty easy to deploy! All you'll need is to make sure you have cargo installed and you're good to go.
As long as the cargo.toml file is present, you shouldn't have any issues running the server. Once the server is up, go to http://localhost:1337, and you can view this exact website. You don't even have to restart the server, just reload the browser and your changes should be immediately visible.
~$ rockbell normal
You should see the following confirmation:
Finished dev [unoptimized + debuginfo] target(s) in 0.00s
Running `target/debug/main`
Rockbell is currently listening on http://127.0.0.1:1337