A Pattern for Websockets in Python
Written by Cesium Developers in engineering on Wed 13 July 2016.
Using long polling and other workarounds to deal with long-running tasks is less than optimal. We explore a pattern for easy deployment of WebSockets in Python web applications, through the combination of various micro-services.