paho.mqtt.javascript icon indicating copy to clipboard operation
paho.mqtt.javascript copied to clipboard

Is this repo no longer maintained?

Open ffxsam opened this issue 3 years ago • 5 comments

disregard. was able to patch this using Yarn 3.x.

The contributors should at least have the courtesy of modifying the README file to state that this package is abandonware, so people don't waste time writing code and opening PRs.

ffxsam avatar Nov 08 '21 18:11 ffxsam

Agreed. I've banged my head on my desk for 3 days before I found out this isn't maintained.

ToshioMagic avatar Nov 26 '21 19:11 ToshioMagic

any alternatives for the browser?

CarlosBalladares avatar Mar 23 '22 00:03 CarlosBalladares

any alternatives for the browser?

There is also MQTT.js.

nandlab avatar Jun 18 '22 10:06 nandlab

I'm struggling to get type definitions for the browser version of MQTT.js. The NPM version has working type definitions, but won't work in the browser as it uses some things like process.env that only work in a Node environment.

davidhmays avatar Oct 19 '23 21:10 davidhmays

MQTTjs has full typescript support starting from version 5 and there have been many improvements on browser side in latest versions. see https://github.com/mqttjs/MQTT.js/releases

robertsLando avatar Nov 29 '23 08:11 robertsLando