WebSocket enables real-time update of the client. I used websocket with the Node-Express server developed for the SageBio Collaboration Portal to automatically update the content of a page without reload and to display real-time notification (e.g. another client sent a notification or changed permission to access an entity).
Motivation
WebSocket enables real-time update of the client. I used websocket with the Node-Express server developed for the SageBio Collaboration Portal to automatically update the content of a page without reload and to display real-time notification (e.g. another client sent a notification or changed permission to access an entity).