Is it possible to use server-sent events from a python/Flask application that is behind uWSGI and Nginx?
I've found packages that implement SSE in python/Flask, but they seem to all do so using gevent and greenlets.
https://github.com/DazWorrall/flask-sse
Thanks!