A barebones Node.js app using Express 4.
Make sure you have Node.js and the Heroku Toolbelt installed.
git clone git@github.com:rchrd2/dokku-node-js-example.git # or clone your own fork
cd node-js-sample
npm install
npm startYour app should now be running on localhost:5000.
git remote add dokku dokku@<dokku-server>:dokku-node-js-example
git push dokku master
# open dokku-node-js-example.<dokku-server>
For more information about using Node.js on Heroku, see these Dev Center articles: