Go to file
2018-02-18 12:56:04 +01:00
Dockerfile Initial commit 2018-02-18 12:56:04 +01:00
nginx.conf Initial commit 2018-02-18 12:56:04 +01:00
nginx.vh.default.conf Initial commit 2018-02-18 12:56:04 +01:00
README.md Initial commit 2018-02-18 12:56:04 +01:00

Nginx Push Stream Module

https://github.com/wandenberg/nginx-push-stream-module

Budowanie obrazu

docker build -t nginx_push .

Uruchomienie obrazu

docker run -p 8080:8080 nginx_push

Przykłady użycia

W przeglądarce wchodzimy na adres: http://localhost:8080/sub/channel_1

W konsoli wpisujemy:

curl -s -v -X POST 'http://localhost:8080/pub?id=channel_1' -d 'Hello World!'

Tadam! ;]