UNPKG

@mangar2/servicecli

Version:

implements a 'mqtt type' http server

19 lines (15 loc) 545 B
#!/usr/bin/env node /** * @license * This software is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 3. It is furnished * "as is", without any support, and with no warranty, express or implied, as to its usefulness for * any purpose. * * @author Volker Böhm * @copyright Copyright (c) 2020 Volker Böhm * @overview * This is the broker service bringing Broker.js and configuration together. Call npm run or node brokerservice.js * to run the broker. */ 'use strict' require('@mangar2/runservices')