Node JS Procfile Heroku Starter

web: node app.js

//where app.js is the name of your js server file
Wild Wryneck