[Opening graphic](http://openclipart.org/detail/160939/salesman---1911-by-j4p4n)
[body-parser](https://github.com/expressjs/body-parser)
// Installing body-parser
npm install --save body-parser
// In the app
var bodyParser = require('body-parser')
app.use(bodyParser.urlencoded({extended:false}))