Skip to content

stephendltg/gmqttjs

Repository files navigation

GMQTTJS

Gmqttjs use Gmqtt

Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.x and V5 in golang

(GMQTT)[https://github.com/DrmagicE/gmqtt]

Nodejs

npm install --global .
gmqtt [options]

  -d debug
  -c config string
     The configuration file path (default "./bin/gmqttd.yml")

Deno

deno install -f -A gmqttd.ts
gmqttd [options]

  -d debug
  -c config string
     The configuration file path (default "./bin/gmqttd.yml")