How to use Koa in Deno
I think using koa in Deno is very difficult because it depends on lots of npm modules and Node APIs.
Instead, we have oak framework. It has similar APIs to koa.
thanks!
@pinghe use this instead
https://deno.land/x/oak
Most helpful comment
I think using koa in Deno is very difficult because it depends on lots of npm modules and Node APIs.
Instead, we have oak framework. It has similar APIs to koa.