标签:
npm install *module* --save
没有生成 package.json 文件?
需要在项目目录初始化 npm init
后使用
如果已经安装了一些 module,可以使用 npm install --save
mqtt.js 使用 websocket 协议
https://github.com/mcollina/mosca/wiki/MQTT-over-Websockets
https://github.com/mqttjs/MQTT.js#browserifyhttps://github.com/mqttjs/MQTT.js#browserify
标签:
原文地址:http://my.oschina.net/xieyunzi/blog/422742