5.0.0 • Published 11 months ago
@paima/broker v5.0.0
Paima Broker
Usage
Start MQTT Server
new PaimaBroker().getServer('Paima-Engine');
This creates a mqtt and websocket MQTT server
Architecture
Error handling
Development
Install dependencies:
npm i
To test:
npm run test
Lint:
npm run lint