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

zugende picture zugende  路  3Comments

kitsonk picture kitsonk  路  3Comments

ry picture ry  路  3Comments

sh7dm picture sh7dm  路  3Comments

benjamingr picture benjamingr  路  3Comments