diff --git a/README.md b/README.md
index 02a2eafe..acbd42b9 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
@@ -219,6 +221,8 @@ _Add-ons are developed and maintained under **[Official Postwoman Organization](
**Sync:**
- History
- Collections
+ - Environments
+ - Notes
✅ **Post-Request Tests β**: Write tests associated with a request that are executed after the request response.
@@ -227,6 +231,17 @@ _Add-ons are developed and maintained under **[Official Postwoman Organization](
- Filter response headers
- Parse the response data
+📝 **Notes** : Instantly jot down notes, tasks or whatever you feel like as they come to your mind.
+
+_Notes are only available for signed-in users_
+
+🌱 **Environments** : Environment variables allow you to store and reuse values in your requests and scripts.
+
+**Use-cases:**
+ - By storing a value in a variable, you can reference it throughout your request section
+ - If you need to update the value, you only have to change it in one place
+ - Using variables increases your ability to work efficiently and minimizes the likelihood of error
+
**To find out more, please check out [Postwoman Wiki](https://github.com/liyasthomas/postwoman/wiki).**
## Demo 🚀 [](https://postwoman.io)
diff --git a/components/realtime/log.vue b/components/realtime/log.vue
new file mode 100644
index 00000000..0bd3fbbd
--- /dev/null
+++ b/components/realtime/log.vue
@@ -0,0 +1,58 @@
+
+