文件名称:hapi-nedb-connector:用于hapi和nedb的简单连接器
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-24 01:10:41
JavaScript
hapi-nedb连接器 用于hapi和nedb的简单连接器 安装 npm install hapi-nedb-connector 用法 var Hapi = require ( 'hapi' ) ; // Create a server with a host and port var server = new Hapi . Server ( ) ; server . connection ( { host : 'localhost' , port : 8000 } ) ; server . register ( { register : require ( 'hapi-nedb-connector' ) , options : { directory : 'data/' } } , function ( err ) { server . route ( {
【文件预览】:
hapi-nedb-connector-master
----.travis.yml(224B)
----.eslintrc(223B)
----package.json(675B)
----test()
--------connection.js(3KB)
----LICENSE(1KB)
----.gitignore(597B)
----lib()
--------index.js(1KB)
----README.md(1KB)