文件名称:Aurora-Server:适用于Aurora智能家居项目的Node.js服务器
文件大小:723KB
文件格式:ZIP
更新时间:2024-05-21 02:31:46
JavaScript
Aurora服务器 适用于Aurora智能家居项目的Express.js服务器。 安装 在内部创建一个“ _env.js”文件: var env = { production : false , port : 3456 , mongo : "your mongo URL" , mqtt_server : "your mqtt server, if you use the broker below it should be mqtt://localhost:1883" , broker : { mongo_url : "mongodb://localhost:27017/" , port : 1883 } , auth : { saltRounds : 10 , } , socket_server : "http://localh