๐ฌ Interactive Liveness
Open an SSE stream and send any message โ the server replies once with "I have been alive for XXX" in a human-friendly format each time it receives input.
Launch Interactive Demo๐ค Streaming Liveness
A one-way SSE feed where the server announces "I have been alive for XXX" every 10 seconds, proving the connection stays open for long durations.
Launch Streaming Demo๐งช Basic SSE Test
Quick smoke-test that emits the same liveness sentence every 2 seconds to verify SSE plumbing end-to-end.
Run SSE Test๐ Features
- Real-time Server-Sent Events (SSE) communication
- HTTPS security with Let's Encrypt SSL certificate
- Long-running connections (5+ minutes)
- Modern, responsive web interface
- Real-time statistics and connection monitoring
- Cross-browser compatibility
- Production-ready configuration
๐ง Technical Stack
- NGINX 1.24.0 web server
- PHP 8.3.6 with PHP-FPM
- Let's Encrypt SSL certificate
- Server-Sent Events (SSE) protocol
- Modern HTML5, CSS3, and JavaScript
- Responsive design with CSS Grid and Flexbox