@mangar2/servicecli
Version:
implements a 'mqtt type' http server
19 lines (15 loc) • 545 B
JavaScript
/**
* @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.
*/
require('@mangar2/runservices')