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