sactive-web:Node.js的依赖项注入Web框架

时间:2024-02-24 08:35:26
【文件属性】:

文件名称:sactive-web:Node.js的依赖项注入Web框架

文件大小:72KB

文件格式:ZIP

更新时间:2024-02-24 08:35:26

koa dependency-injection webframework koa2 koa-router

主动网络 :rocket: Node.js的依赖项注入Web框架。 安装 npm install sactive-web 请注意,3.xx与2.xx及以下版本不兼容!!! 产品特点 依赖注入。 路由器,基于对路由进行分组。 拦截器。 基于 。 例 const App = require ( '..' ) ; const app = new App ( ) ; app . bindAny ( 'name' , 'pooky' ) ; app . use ( ( $ctx , $name , $next ) => { $ctx . testname1 = $name ; $next ( ) ; } ) ; app . group ( 'v1' ) . get ( '/users/:name' , ( $ctx , $next , $name ) => { $ctx . body = { 'name' : $ctx . params . name , 'testname1' : $ctx . testname1 , 'testname2' : $name } ;


【文件预览】:
sactive-web-master
----.eslintrc(26B)
----lib()
--------application.js(9KB)
--------interceptor.js(495B)
--------di.js(4KB)
--------routergroup.js(4KB)
----.npmignore(113B)
----examples()
--------example.js(2KB)
--------interceptor.js(1KB)
--------group.js(1KB)
----.travis.yml(247B)
----docs.sh(172B)
----LICENSE(1KB)
----test()
--------router.test.js(19KB)
--------di.test.js(5KB)
--------app.test.js(3KB)
----README.md(3KB)
----docs()
--------api.md(11KB)
--------README.md(8KB)
--------_config.yml(26B)
----.gitignore(942B)
----.eslintignore(65B)
----package-lock.json(189KB)
----package.json(2KB)

网友评论