cljsjs

juhoteperi 2016-02-22T13:42:26.000094Z

@thomas: https://clojars.org/cljsjs/paho 🍰

thomas 2016-02-22T13:42:52.000096Z

@juhoteperi: thank you very much indeed!!!

martinklepsch 2016-02-22T13:49:09.000097Z

Was briefly wondering what this paho thing is but in retrospect I should have known, haha!

juhoteperi 2016-02-22T13:52:07.000098Z

@thomas: btw. have you checked: https://github.com/mqttjs/MQTT.js? I was checking if paho.mqtt had any bugs about minified js and noticed it is not very actively maintained

juhoteperi 2016-02-22T13:53:46.000100Z

though looks like paho.mqtt only just moved to github

thomas 2016-02-22T14:42:24.000102Z

@juhoteperi: I was kinda aware of the fact that there are other implementation of MQTT in JS. I used the Paho one as that is “official” one sanctioned by the Eclipse project. And yes it does look a bit dead, but as far as I know they are working on a newer version of the spec.