https://github.com/sbergen/spoke
MQTT Client implemented in Gleam 🛞
https://github.com/sbergen/spoke
Last synced: about 1 month ago
JSON representation
MQTT Client implemented in Gleam 🛞
- Host: GitHub
- URL: https://github.com/sbergen/spoke
- Owner: sbergen
- License: apache-2.0
- Created: 2024-11-07T20:25:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T18:55:23.000Z (2 months ago)
- Last Synced: 2025-08-26T05:57:08.401Z (about 1 month ago)
- Language: Gleam
- Homepage:
- Size: 290 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Spoke
This repository contains packages used to work with MQTT 3 in Gleam!
* [spoke_mqtt_js](./spoke_mqtt_js/) is a MQTT client for the JavaScript runtime.
* [spoke_mqtt_actor](./spoke_mqtt_actor/) is an actor-based MQTT client
for the Erlang runtime.
* [spoke_tcp](./spoke_tcp/) provides TCP transport for spoke_mqtt_actor.
* [spoke_mqtt](./spoke_mqtt/) contains common types and functions for working
with a MQTT client.
* [spoke_core](./spoke_core/) is the purely functional core used by both the
clients (using [drift](https://github.com/sbergen/drift)).
* [spoke_packet](./spoke_packet/) is a library for encoding/decoding MQTT
packets to/from binary.