Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.22 KB

svelte-qr-mqtt

Build, Test and Deploy

A simple Svelte app that creates a QR code to be scanned with a smartphone. This opens another page on the phone, with a couple of buttons that trigger actions on the original page (via MQTT).

Try it out: Live demo

svelte-qr-mqtt-figure

Setup

npm install
npm run dev

See the .env files for broker configuration.

Currently, the broker listed there is a public Mosquitto MQTT broker provided by Eclipse for testing (supports MQTT over secure web sockets).

New: web graphics & physics experiment

A first attempt at re-creating the google gravity effect, done with WebGPU, Pixi.js & Matter.js.

See source | Try demo

Credits: @lmeullibre