Sample Application with Node.js and Express Framework
This sample is running on: https://node-express.is-easy-on-scalingo.com/
Deploy via Git
Create an application on https://scalingo.com, then:
scalingo --app my-app git-setup
git push scalingo master
And that's it!
Deploy via One-Click
Running Locally
docker-compose build
docker-compose run --rm web npm install
docker-compose up
Links
Documentation: https://doc.scalingo.com/languages/javascript/nodejs