eclipse-paho / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.16k stars 466 forks source link

Is this repo no longer maintained? #241

Open ffxsam opened 3 years ago

ffxsam commented 3 years ago

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.

ToshioMagic commented 3 years ago

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

CarlosBalladares commented 2 years ago

any alternatives for the browser?

nandlab commented 2 years ago

any alternatives for the browser?

There is also MQTT.js.

davidhmays commented 1 year ago

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.

robertsLando commented 12 months ago

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