Express js form data
Can someone please tell me the recommended (up to date) way to get POSTed form data in express. So many tutorials/ posts etc talk about bodyParser but this is no longer bundled with Express and other blogs etc recommend using urlencoded directly, but now this is not available either. Trying to find accurate information on these frameworks or technologies is doing my head in. BTW what I am intrerested in is very simple and small form data You should install body-parser through npm-install . Now it comes as a separate middleware. After that add following line in your app.js var bodyParser =