From 0383403ccec78502374287ba0d8bbe8e646dccbb Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 25 Nov 2019 05:13:35 +0530 Subject: [PATCH] :sparkles: Adds Server Sent Events debug support --- README.md | 4 ++++ layouts/default.vue | 8 ++++---- nuxt.config.js | 2 +- pages/{websocket.vue => realtime.vue} | 6 +++--- 4 files changed, 12 insertions(+), 8 deletions(-) rename pages/{websocket.vue => realtime.vue} (98%) diff --git a/README.md b/README.md index d42e66588..687f49543 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ _Customized themes are also synced with local session storage_ - Send and receive data +📡 **Server Sent Events**: Receive a stream of updates from a server over a HTTP connection without resorting to polling. + + - Receive data + 🌍 **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/layouts/default.vue b/layouts/default.vue index fc15fd766..e13d12aae 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -101,9 +101,9 @@ settings_input_hdmi @@ -144,7 +144,7 @@ -
+