Tags: electricalgorithm/protomq
Tags
feat(protomq): add initial implementation Within this changeset, we introduce the initial implementation of the Zig-lang MQTT 3 server with Protobuf support. It is fast, it is good, and allows you to reduce your packet size by using binary data. The application logic is tested on Linux and MacOS. Signed-off-by: Gyokhan Kochmarla <[email protected]>