Skip to content

frewsxcv/heroku-tiny-http-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-tiny-http-hello-world

"Hello World" using tiny-http on Heroku

How to use

# Clone this repository
git clone [email protected]: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

About

"Hello Example" for tiny_http on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages