Download
Web Client SDK
Version: 2.0.0
Released on Oct 22, 2021
Overview
The MQTT.Cool Web Client is a JavaScript library for the development of MQTT.Cool clients running inside any web browser.
The library enables any HTML page to act as an MQTT client; that is, ready to send and receive real-time MQTT messages to/from any MQTT broker connected through the MQTT.Cool server.
Compatibility
Compatible with MQTT.Cool Server since 1.2.0.
Based on Lightstreamer SDK for Web Clients version 8.0.3 build 1800.
Installation
npm
The library is available as npm package, so you can download and install it through:
$ npm install mqtt.cool-web-client@2.0.0
cdn
The library is also available on unpkg, to which you can point directly in the script tag:
<script src="https://unpkg.com/mqtt.cool-web-client@2.0.0/dist/mqtt.cool.js"></script>