-
Notifications
You must be signed in to change notification settings - Fork 1.4k
MQTT.js dependencies #1858
-
Hello everyone,
i m not a experienced develop and have a question to mqtt.js dependecies. I want to hoste a Website on my Raspberry Pi with a NGINX Server which should use a local mqtt.js installation for MQTT over Websockets because i cant use a CDN link due to the lack of Internet access.
My questions is, can i install just mqtt.js or do i have to install Node.js first.
Thank you advance!
Beta Was this translation helpful? Give feedback.
All reactions
You can simply download a release zip and just import on your html file one of the bundles available in dist
folder https://github.com/mqttjs/MQTT.js/releases/tag/v5.5.5
Of course you should setup your nginx in order it to be able to serve that file from your local filesystem
Replies: 1 comment
-
You can simply download a release zip and just import on your html file one of the bundles available in dist
folder https://github.com/mqttjs/MQTT.js/releases/tag/v5.5.5
Of course you should setup your nginx in order it to be able to serve that file from your local filesystem
Beta Was this translation helpful? Give feedback.