App configure express
In an Express 3.0 application, we would use app.configure() to set up the middleware we would need. For an example, here is our configuration of our package.json and server.js files that start our Node app from our Starter MEAN Stack Application.