Skip to content

LearnAllTheNodes/episode00026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published