diff --git a/README.md b/README.md
index 02a2eafe3..b60f371bc 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,8 @@ _Customized themes are synced with local session storage_
📡 **Server Sent Events**: Receive a stream of updates from a server over a HTTP connection without resorting to polling.
+🌩 **Socket.IO**: Send and Receive data with socketio server. SocketIO is popular websocket solution.
+
🔮 **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/log.vue b/components/realtime/log.vue
new file mode 100644
index 000000000..0bd3fbbdb
--- /dev/null
+++ b/components/realtime/log.vue
@@ -0,0 +1,58 @@
+
+