diff --git a/README.md b/README.md index acbd42b99..4632d760e 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ _Customized themes are synced with local session storage_ 🌩 **Socket.IO**: Send and Receive data with socketio server. SocketIO is popular websocket solution. +🦟 **MQTT**: Subscribe and Publish to topics of a MQTT Broker. + 🔮 **GraphQL**: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. - Set endpoint and get schemas diff --git a/components/realtime/mqtt.vue b/components/realtime/mqtt.vue new file mode 100644 index 000000000..73edcad42 --- /dev/null +++ b/components/realtime/mqtt.vue @@ -0,0 +1,261 @@ + + + diff --git a/components/realtime/socketio.vue b/components/realtime/socketio.vue index 913429034..c25ae2296 100644 --- a/components/realtime/socketio.vue +++ b/components/realtime/socketio.vue @@ -32,7 +32,7 @@