Commit 56d7caa
committed
Add documentation for Real-Time Protocols using WebSocket and Server-Sent Events
- Introduced a comprehensive guide on real-time data synchronization.
- Explained the benefits of real-time communication over traditional polling.
- Detailed the implementation of WebSocket connections, including authentication and subscription management.
- Provided examples for subscribing to object events and handling real-time updates.
- Included information on Server-Sent Events (SSE) and automatic reconnection strategies.
- Discussed permission enforcement and scaling considerations for real-time applications.
- Added real-world use cases to illustrate practical applications of the protocols.1 parent d69995e commit 56d7caa
8 files changed
Lines changed: 5 additions & 554 deletions
File tree
- content/docs
- introduction
- objectos
- transport
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
File renamed without changes.
0 commit comments