NGINX Push Stream Module: Real-Time Pub/Sub Guide
by Danila Vershinin, March 18, 2026
Learn how to set up real-time push notifications and pub/sub messaging in NGINX using the push stream module. Supports WebSocket, EventSource (SSE), long polling, and streaming — no external message broker required.
Read More...NGINX Nchan: Build Real-Time Apps Without Node.js
by Danila Vershinin, January 30, 2026
Learn how to build real-time web applications using NGINX Nchan module. This comprehensive guide covers WebSocket, Server-Sent Events, and long-polling implementations for chat systems and push notifications—all without Node.js.
Read More...NGINX WebSocket Proxy: HTTP Upgrade and WSS Guide
by Danila Vershinin, January 25, 2026
Learn how to configure NGINX as a WebSocket proxy for real-time applications. This complete guide covers HTTP upgrade mechanism, wss:// SSL configuration, Socket.io setup, load balancing, and troubleshooting with production-ready examples.
Read More...