sactive web:Node.js的依赖项注入Web框架 源码
主动网络 :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 ; $nex
文件列表
sactive-web-master.zip
(预估有个23文件)
sactive-web-master
.eslintrc
26B
lib
application.js
9KB
interceptor.js
495B
di.js
4KB
routergroup.js
4KB
.npmignore
113B
examples
example.js
2KB
暂无评论