trucidare / mqtt-gr

Simple mqtt broker in grain lang running in a wasi runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mqtt-gr

A simple mqtt broker without any fancy stuff (no ssl and auth, ...)

How to use

Run the following commands to start the server

grain compile broker.gr
wasmtime --tcplisten 192.168.178.100:1883 --env=a=b  broker.gr.wasm

Screenshots

Connection Connection

Publish Publish

Console Console

Credits

Mostly translated from: https://github.com/xDWart/MQTTbroker

About

Simple mqtt broker in grain lang running in a wasi runtime

License:MIT License