Closed
Description
The API docs here:
https://expressjs.com/en/5x/api.html
And the migration guide:
https://expressjs.com/en/guide/migrating-5.html
Both currently fail to mention the killer feature of express 5, which is async/promise support middleware and routes.
Some of this might be expressjs/express#4321 didn't ship yet, but either way, happy to start a PR with documentation changes reflecting the update. Please let me know if that would be appreciated.