mattia / pagure

Forked from pagure 3 years ago
Clone

1dd40f0 Add the pagure streaming server

Authored and Committed by pingou 8 years ago
    Add the pagure streaming server
    
    This is a trollius (asyncio) application listening for messages sent to
    redis and streaming the change from redis to the sockets it's connected
    to.
    This is thus our eventsource server allowing to push changes to the UI
    without having to reload the whole page