Hacker News new | ask | show | jobs
by srgpqt 2307 days ago
I feel like Koa JS deserves a mention.

https://koajs.com/

1 comments

Koa is great and makes the two obvious improvements to Express: first-class promises, and bubbling up a representation of the response instead of having your routes directly send the response. So you now have middleware instead of just Express' "beforeware".