initial commit: working mqtt example
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# mosca-playground
|
||||
|
||||
Mosca MQTT Playground.
|
||||
|
||||
[](https://raw.githubusercontent.com/w33ble/mosca-playground/master/LICENSE)
|
||||
[](https://travis-ci.org/w33ble/mosca-playground)
|
||||
[](https://codecov.io/gh/w33ble/mosca-playground)
|
||||
[](https://nodejs.org/api/documentation.html#documentation_stability_index)
|
||||
|
||||
## Usage
|
||||
|
||||
`npm install && node .`
|
||||
|
||||
This will create an mqtt server, publish a message, and log some output about the process.
|
||||
|
||||
Modify information about the message in `src/index.mjs`.
|
||||
|
||||
To see what's in the persisted store, run `node dump.js`.
|
||||
|
||||
#### License
|
||||
|
||||
MIT © [w33ble](https://github.com/w33ble)
|
||||
Reference in New Issue
Block a user