Y
Hacker News
new
|
ask
|
show
|
jobs
by
bearmcbearsly
2679 days ago
Now that you can trivially use async functions as express handlers, what are the major benefits of transitioning to Koa?
3 comments
Sytten
2679 days ago
None to be honest. I migrated my projects back to express. Most of the packages for koa are either unmaintained or not very active.
link
move_zig
2678 days ago
I regularly use async functions as handlers in Express, but I always include a try ... catch block inside each one. What's the trivial way to use them?
link
midway
2675 days ago
Turn-key ready http2 which is significantly faster.
link