Deno: How to use Koa in Deno?

Created on 4 Jan 2020  路  3Comments  路  Source: denoland/deno

How to use Koa in Deno

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.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JosephAkayesi picture JosephAkayesi  路  3Comments

doutchnugget picture doutchnugget  路  3Comments

xueqingxiao picture xueqingxiao  路  3Comments

ry picture ry  路  3Comments

motss picture motss  路  3Comments