descriptionA MQTT server.
last changeSun, 4 Apr 2021 15:25:51 +0000 (17:25 +0200)
readme

mqtt-server.git

This is a MQTT Server.

Getting started

These instructions let get you a copy of the project and running it on your local machine.

Installing

Get the project using git:

git clone https://binomiant.duckdns.org/MpqU9XX8/mqtt-server.git

Install required packages:

cd mqtt-server.git
npm install

Now you can start the server:

npm start

To see debug information of express type

DEBUG=*
before the command, to see debug information of the application set the environment variable
LOGLEVEL=debug
.

shortlog
2021-04-04 ebelcromnecessary node packages added master
2021-04-02 ebelcrominitial commit
heads
4 years ago master