vic/nim-heroku-example
Example nim app using heroku buildpack.
{ "defaultBranch": "master", "description": "Example nim app using heroku buildpack.", "fullName": "vic/nim-heroku-example", "homepage": "http://nim-heroku-example.herokuapp.com", "language": "Nimrod", "name": "nim-heroku-example", "pushedAt": "2015-01-11T09:07:54Z", "stargazersCount": 4, "updatedAt": "2020-05-14T16:24:58Z", "url": "https://github.com/vic/nim-heroku-example"}nim-heroku-example
Section titled “nim-heroku-example”Example nim app deployed using the nim heroku buildpack.
This example app uses the jester web framework
# Get this example appgit clone git://github.com/vic/nim-heroku-example.gitcd nim-heroku-example
# Create a heroku appheroku create --stack cedar --buildpack https://github.com/vic/heroku-buildpack-nim.git
# Deploy using development version of Nimheroku config:set NIM_BRANCH=develgit push heroku master