We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
changed res.locals.name to a usable example, 'foo'. 'name' is reserved in function objects. added a note to the res.locals app.locals section
Updated Migrating from 2.x to 3.x (markdown)
BOLDDDddd
removed a semicolon that caused an "unexpected token" error.
Fix typo.
Add a section about Socket.IO compability.
Add a note about the return value of `express()` on the "Changed" section.
app.address() note
Not sure if this is appropriate, but I also documented that cookieParser('secret') should be used instead of passing the secret to the session middleware
Fix https reference
fix link
Copy/paste fail. Removed 2 lines from previous update.
Added dynamicHelpers example.