Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

vic/nim-heroku-example

Example nim app using heroku buildpack.

vic/nim-heroku-example.json
{
"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"
}

Example nim app deployed using the nim heroku buildpack.

This example app uses the jester web framework

Terminal window
# Get this example app
git clone git://github.com/vic/nim-heroku-example.git
cd nim-heroku-example
# Create a heroku app
heroku create --stack cedar --buildpack https://github.com/vic/heroku-buildpack-nim.git
# Deploy using development version of Nim
heroku config:set NIM_BRANCH=devel
git push heroku master