If you have search the two framework on npm, you will get 16k+ (express) and 4k+ (koa). express has a bigger ecosystem than koa, This package will let you use express middleware in koa application.
Badges
Usage
You can simply wrap express middleware with wrap function.
The adapter for the migration from express to koa
If you have search the two framework on npm, you will get 16k+ (express) and 4k+ (koa). express has a bigger ecosystem than koa, This package will let you use express middleware in koa application.
Badges
Usage
You can simply wrap express middleware with
wrapfunction.Note: Don’t define next argument when you don’t use it.
Express API
Request
Response
Testcase
Thanks for express testcase for compatible unittest.
License
(The MIT License)