Skip to content

Commit 56d7caa

Browse files
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/manifesto.mdx

Lines changed: 0 additions & 102 deletions
This file was deleted.

content/docs/introduction/meta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
"title": "Introduction",
33
"pages": [
44
"index",
5-
"manifesto",
65
"metadata-driven",
6+
"design-principles",
77
"architecture",
88
"protocol-map",
9-
"design-principles",
109
"terminology",
1110
"quick-reference",
1211
"implementation-status",
File renamed without changes.
File renamed without changes.

content/docs/objectos/meta.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"index",
55
"lifecycle",
66
"runtime-capabilities",
7+
"http-protocol",
8+
"realtime-protocol",
9+
"error-handling",
710
"metadata-service",
811
"plugin-spec",
912
"config-resolution",
1013
"i18n-standard",
11-
"permission-model",
12-
"transport"
14+
"permission-model"
1315
]
1416
}
File renamed without changes.

0 commit comments

Comments
 (0)