|
|
|
|
|
by tlarkworthy
609 days ago
|
|
It's the actor model essentially. You can have a DO proxy each user connection, then they forward messages to the multipler document. The user proxy deals with ordering and buffering their connection message state in the presence of disconnects, and the document DO handles the shared state. |
|