Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn All The Nodes Episode 26

What's new in Express 4 (Part 1 - the middleware)

View the episode

Notes

[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}))

Episode code

About

What's new in Express 4 (Part 1 - the middleware)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages