Hacker News new | ask | show | jobs
by HashanP 4219 days ago
I wonder how koa would fare.
2 comments

Probably a bit slower than the express example as ES6 generators cannot be optimised the same way than callbacks can.
Probably the same if it uses EJS. That's really what is being benchmarked here, which is confusing, as EJS is one of the slower templating languages.