skevy/express-then — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2015-03-11
Wrap an Express route handler so a failed async database call is auto-forwarded to error middleware.
Write REST API endpoints in async/await without manual try-catch blocks.
Simplify existing Express routes that call external APIs.
Reduce boilerplate across many route handlers in a growing Express app.
| skevy/express-then | a15n/a15n | a15n/checkout-validation | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2015-03-11 | 2019-04-07 | 2014-09-04 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
A small wrapper for Express.js route handlers that lets you use async/await and automatically forwards errors, no try-catch boilerplate needed.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Express.
Dormant — no commits in 2+ years (last push 2015-03-11).
No license information was found in the explanation.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.