1 Star 0 Fork 12

文叨叨 / iot-coap

forked from phodal / iot-coap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.js 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2014-10-22 19:26 . Refactor the mongodb callback method
var coap = require('coap');
var rest = require('./lib/rest/rest_server');
var iotcoap = require('./lib/coap/coap_server');
var DB_Factory = require("./lib/database/db_factory");
var db_factory = new DB_Factory();
var database = db_factory.selectDB();
database.init({});
module.exports = iotcoap;
module.exports.rest = rest;
JavaScript
1
https://gitee.com/wensmart/iot-coap.git
git@gitee.com:wensmart/iot-coap.git
wensmart
iot-coap
iot-coap
master

搜索帮助