shepherd
shepherd copied to clipboard
Server & manager for the LwM2M-like Lightweight Message Queuing Network (LwMQN)
## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `4.1.0` to `7.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The dependency [mqtt](https://github.com/mqttjs/MQTT.js) was updated from `2.18.8` to `3.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [sinon](https://github.com/sinonjs/sinon) was updated from `8.1.1` to `9.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The dependency [network](https://github.com/tomas/network) was updated from `0.4.1` to `0.5.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
`mqtt-shepherd` currently fails on Node.js >8.x. Mosca isn't actively maintained and there's a successor project with a similar API from the same author. This project is promising a better performance...
- Remove Q - Use native promises - Improve performance example benchmark ``` Q>resolve>then 100k times: real 0m7.459s user 0m7.121s sys 0m0.346s V8 Promose>resolve>then 100k times: real 0m0.980s user 0m0.884s...