1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Update 120-real-time-data.md (#5782)

Added links to pages containing brief explanations on the topics listed here.
This commit is contained in:
devgru-3-2
2024-06-01 16:32:24 +05:30
committed by GitHub
parent 4c615f85e5
commit 65d7d06d2c

View File

@@ -5,4 +5,7 @@ There are many ways to get real time data from the backend. Some of them are:
- Websockets - Websockets
- Server Sent Events - Server Sent Events
- Long Polling - Long Polling
- Short Polling - Short Polling
- [Introduction to HTTP Polling and Web Sockets](https://www.youtube.com/watch?v=OsgrJDMPl58)
- [Introduction to Long Polling](https://www.pubnub.com/guides/long-polling/)