Server-Sent Events with Nginx and uWSGI Server-Sent Events with Nginx and uWSGI nginx nginx

Server-Sent Events with Nginx and uWSGI


Recent versions of uWSGI (from 1.9) have built-in support for websockets / SSE. This article provides an excellent guide:

uWSGI docs: Offloading Websockets and Server-Sent Events


can't you simply use gevent with uWSGI ?

Generally this kind of technologies should be used with async engines as the multithread/multiprocess paradigm would be too much costly.