5 ms·
What's the difference between this new support and the nginx-push-stream module? https://github.com/wandenberg/nginx-push-stream-module https://github.com/wande
by mc 14y ago
What's the difference between this new support and the nginx-push-stream module? https://github.com/wandenberg/nginx-push-stream-module https://github.com/wandenberg/nginx-push-stream-module
- mnutt 14y agonginx-push-stream handles the websocket connections itself and exposes a pubsub channel, so that your backend app doesn't have to worry about holding connections open. Whereas I believe the new websocket functionality allows you to proxy to websocket-enabled backend apps.
- mc 14y agoGood comparison. Thanks.