heroku-tiny-http-hello-world
May 31, 2015 ยท View on GitHub
"Hello World" using tiny-http on Heroku
How to use
# Clone this repository
git clone git@github.com:frewsxcv/heroku-tiny-http-hello-world.git
# Add the remote git on Heroku
heroku git:remote -a "<your app name here>"
# Use a Rust buildpack
heroku buildpacks:set https://github.com/emk/heroku-buildpack-rust
# Deploy
git push heroku master
# Scale up web process
heroku ps:scale web=1
License
All code in this repository is licensed as CC0