5 ms·
Now that you can trivially use async functions as express handlers, what are the major benefits of transitioning to Koa?
by bearmcbearsly 8y ago
Now that you can trivially use async functions as express handlers, what are the major benefits of transitioning to Koa?
- Sytten 8y agoNone to be honest. I migrated my projects back to express. Most of the packages for koa are either unmaintained or not very active.
- move_zig 8y agoI 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?
- midway 8y agoTurn-key ready http2 which is significantly faster.