- NodeJS
- Preferably the latest or (if you're on a Mac) with
brew install nodejs
.
- Preferably the latest or (if you're on a Mac) with
- Put the
package.json
andapp.js
files in a folder - Run
npm install
- Edit the
app.get
andapp.post
examples to fit your needs.
I probably got this snippet from somewhere on the internet but unfortunately I didn't save the original source location to reference back to it.