UNPKG

mqtt-ws

Version:

a Node.js MQTT/WebSocket bridge

22 lines 366 B
{ "mqtt": { "host": "mqttHost", "port": 1883 }, "websocket": { "port": 8080 }, "log4js": { "appenders": [ { "type": "console" }, { "type": "file", "filename": "mqttwsBridge.log", "maxLogSize": 1024, "backups": 3 } ] } }