Commit ac03aba
committed
docs(web): explain why rosocket and rclnodejs/web URL shapes differ
A reasonable reflex on first reading is 'shouldn't both bridges use
the same URL shape?' Add a blockquote in §8 'Sibling, not competitor'
that names the URL difference as deliberate and explains the
multiplexing model behind it: rosocket exposes one socket per
resource (path is the resource); rclnodejs/web exposes one socket
per session (resource lives in the frame, supports call/publish/
subscribe multiplex). Same wire, different contract.1 parent a84742b commit ac03aba
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
252 | 261 | | |
253 | 262 | | |
254 | 263 | | |
| |||
0 commit comments