Repository
Current version released
2 years ago
Opifex
Opifex aims to provide a MQTT server and MQTT client in Typescript to be used with Deno It has no third party dependencies, it only relies on built in Deno modules.
Its a work in progress, only does MQTT 3.1.1 and currently only has memory based persistence.
Playing around
Make sure you have Deno installed.
Server
deno run https://raw.githubusercontent.com/seriousme/opifex/master/bin/demoServer.ts
On the first invocation Deno will download all dependencies. It will then pop the question:
Deno requests net access to ":::1883". Run again with --allow-net to bypass this prompt.
Allow? [y/n (y = yes allow, n = no deny)]
After you select yes
you should have a working MQTT server.
Client
deno run https://raw.githubusercontent.com/seriousme/opifex/master/bin/mqtt.ts
On the first invocation Deno will download all dependencies. It will then pop the question:
Deno requests net access to "localhost:1883". Run again with --allow-net to bypass this prompt.
Allow? [y/n (y = yes allow, n = no deny)]
Naming
Some MQTT servers have names like:
So to stay with the theme: Opifex
License
Licensed under MIT