wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

add support for building as a dynamic module #227

Closed ghost closed 8 years ago

ghost commented 8 years ago

Nginx 1.9.1 allows modules to be loaded without being compiled in: https://www.nginx.com/resources/wiki/extending/

I'm not sure well the new implementation works just yet, but when it is really ready, then it will surely make this module easier for people to try :)

ghost commented 8 years ago

looks like it will be solved with https://github.com/wandenberg/nginx-push-stream-module/pull/239