Fork me on GitHub
#clojure-nl
<
2018-09-04
>
thomas07:09:53

more fixes, mostly I think

eval202008:09:49

morning. Trying to convince the legal department to open source the codez cljs

👍 4
dirklectisch08:09:10

@eval2020 Nice! What are you trying to open source?

eval202008:09:55

a cljs-library that (partly) implements MQTT

👍 12
thomas08:09:11

cool... @eval2020 is that not using the Paho lib for JS?

eval202008:09:26

This library would replace Paho. So it’s way easier to do MQTT from node and web.

eval202008:09:12

it might even contain a main-ns for use from the commandline 😉

thomas09:09:28

Cool... I think there are some MQTT libs for node that are not Paho based. don't know if you had a look at those.

thomas09:09:44

and is yours completely cljs ?

eval202009:09:24

@thomas I haven’t looked into other npm-libs. This library is indeed pure cljs (bring your own w3cwebsocket on node). It uses octet (http://funcool.github.io/octet/latest/) to (de)serialize packets.

thomas09:09:54

sounds good!

thomas09:09:14

I hope you can convince the lawyers to open source it.

🤞 4