文件名称:koa-to-express:在ExpressKoa应用程序中使用KoaExpress中间件
文件大小:24KB
文件格式:ZIP
更新时间:2024-02-24 11:25:50
koa express KoaJavaScript
快到快 在Express / Koa应用程序中使用Koa / Express中间件。 它可以将中间件转换为Express和koa中间件之间的另一种形式。 需求 Koa-to-express需要koa@2.0.0和express@4.0.0或更高。 如果要使用ES2015的async / await语法,则需要节点7.6+。 请到如果你想使用koa1。 安装 Npm 5.x npm install koa-to-express [-P] 其他 npm install koa-to-express -S 用法 const k2e = require('koa-to-expre
【文件预览】:
koa-to-express-master
----lib()
--------express-to-koa.js(2KB)
--------koa-to-express.js(2KB)
----.travis.yml(58B)
----LICENSE(1KB)
----test()
--------express-to-koa.js(4KB)
--------koa-to-express.js(4KB)
--------mocha.opts(28B)
----README.md(2KB)
----.gitignore(891B)
----index.js(225B)
----package-lock.json(69KB)
----package.json(1010B)