You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
legan_dary23 edited this page Jun 10, 2018
·
2 revisions
To allow synchronization across multiple browsers and multiple users, we use a broadcast mechanism to all two way communication. Front-end need to listen to the socket for getting the callback.
Callback Socket
https://localhost:8080/dsapi-websocket
When user open a book, the front-end should subscribe to the book and unsubscribe the previous book if existed. When user open a sheet, the front-end should subscribe to the sheet and unsubscribe the previous sheet if existed.