Search code examples
nginxserver-push

Which module for Nginx is the best for HTTP PUSH?


On nginx website they are two module for HTTP PUSH.

Here they are:

http://pushmodule.slact.net/ and http://wiki.nginx.org/HttpPushStreamModule

Wich one is better?

Have you used one of them? Which one do you prefer?

Thanks in advance.


Solution

  • I chose HttpPushStreamModule ( https://github.com/wandenberg/nginx-push-stream-module ).

    It's better. It now supports websockets.