nginx_http_push_module


slact’s nginx_http_push_module at master – GitHub

If you want a long-polling server but don’t want to wait on idle connections via upstream proxies or make your applications totally asynchronous, use this module to have nginx accept and hold long-polling client connections. Send responses to those clients by sending an HTTP request to a different location.

Related Posts