Skip to content

Commit aefde8d

Browse files
authored
Update websocket-intro.adoc
Signed-off-by: Dhruv <[email protected]>
1 parent 22c672a commit aefde8d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

framework-docs/modules/ROOT/partials/web/websocket-intro.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,10 @@ may preclude WebSocket interactions, either because they are not configured to p
101101
`Upgrade` header or because they close long-lived connections that appear idle. This
102102
means that the use of WebSocket for internal applications within the firewall is a more
103103
straightforward decision than it is for public facing applications.
104+
105+
[[websockets-use-cases]]
106+
=== Real-World Use Cases for WebSockets
107+
* **Real-time Chat Applications:** Instant messaging depends on persistent connections for real-time delivery of messages.
108+
* **Collaborative Tools:** Applications such as shared documents use WebSockets to synchronise changes in real time, allowing multiple users to collaborate simultaneously.
109+
* **Online Games:** Multiplayer games rely on WebSockets for low-latency, real time communication between clients and servers.
110+
* **Data Broadcast:** WebSockets provide a reliable and efficient way to push live data to users such as financial market updates and sports scores.

0 commit comments

Comments
 (0)