Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hogelog/hello-mqtt-node
Hello mqtt.
https://github.com/hogelog/hello-mqtt-node
Last synced: 24 days ago
JSON representation
Hello mqtt.
- Host: GitHub
- URL: https://github.com/hogelog/hello-mqtt-node
- Owner: hogelog
- Created: 2015-01-15T13:34:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T14:47:29.000Z (about 10 years ago)
- Last Synced: 2023-04-13T16:16:52.709Z (almost 2 years ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-mqtt-node
hello-mqtt-node is mqtt sample application.## Configure
```
$ cp config.json.sample config.json
$ edit config.json
# configure mqtt server config
```
Put your [sango](https://sango.shiguredo.jp/) (or any other MQTT server config like [CloudMQTT](http://www.cloudmqtt.com/)) account information to `config.json`.```
$ node subscriber
hogelog@github/hello hello # received from publisher.js
``````
$ node publisher.js
```