guillermo-carrasco / bcbio-nextgen-monitor

Monitor the status of bcbio-nextgen analyses
MIT License
4 stars 2 forks source link

Server - client communicatio #9

Closed guillermo-carrasco closed 8 years ago

guillermo-carrasco commented 9 years ago

Use HTML5 SSE or juggernaut to send updates to the client, i.e update a graph as soon as a new step is read from the logs. Some useful links:

http://www.html5rocks.com/en/tutorials/eventsource/basics/ http://flask.pocoo.org/snippets/116/