From 44f2f12dd9504d06df7fb3e62c1275db56322bcb Mon Sep 17 00:00:00 2001
From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
Date: Mon, 14 Mar 2022 22:04:24 +0700
Subject: [PATCH] Resources added for WebSockets (#1184)
---
content/roadmaps/101-backend/content/121-web-sockets.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/101-backend/content/121-web-sockets.md b/content/roadmaps/101-backend/content/121-web-sockets.md
index 8b76cfb8d..e787ac5b6 100644
--- a/content/roadmaps/101-backend/content/121-web-sockets.md
+++ b/content/roadmaps/101-backend/content/121-web-sockets.md
@@ -1 +1,7 @@
-# Web sockets
\ No newline at end of file
+# Web sockets
+
+Web sockets are defined as a two-way communication between the servers and the clients, which mean both the parties, communicate and exchange data at the same time. This protocol defines a full duplex communication from the ground up. Web sockets take a step forward in bringing desktop rich functionalities to the web browsers.
+
+Free Content
+Introduction to WebSockets
+A Beginner's Guide to WebSockets