element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } document.querySelector("#project-version").innerHTML = versionNodes.reduce( (acc, element) => { const status = currentVersion === element.version ? "selected disabled" : ""; return ` ${acc} `; }, `
spoke_core · v1.0.1

spoke_core

Package Version Hex Docs

This package defines the purely functional core of an MQTT client, using drift. For a fully functional MQTT client, you can use the following packages instead:

  • spoke_mqtt_actor wraps the functionality in an OTP actor on the Erlang target, and spoke_tcp provides TCP-based transport on Erlang.
  • spoke_mqtt_js provides a WebSocket-based wrapper for the JavaScript target.

As the package is primarily not intended for direct use, the documentation is a bit sparse.

Search Document