Resources added for WebSockets (#1184)

pull/1161/head^2
Archit Sharma 3 years ago committed by GitHub
parent 90204a07ff
commit 44f2f12dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/101-backend/content/121-web-sockets.md

@ -1 +1,7 @@
# Web sockets # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/websockets/index.htm'>Introduction to WebSockets</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.youtube.com/watch?v=8ARodQ4Wlf4'>A Beginner's Guide to WebSockets</BadgeLink>

Loading…
Cancel
Save