Sage-Bionetworks / research-benchmarking-technology

Main repository of the Research & Benchmarking Technology Team
Apache License 2.0
1 stars 1 forks source link

Investigate how to add WebSocket to Python-Flask service #9

Closed tschaffter closed 3 years ago

tschaffter commented 3 years ago

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).

tschaffter commented 3 years ago

Using the package flask-socketio seems the way to go!