Server Sent Events Perl Example

This is simple Server Sent Events (SSE) example that updates stock prices when market moves. Data source is predefined array with prices and an update every second. This script is adapted from http://demo.howopensource.com/sse/

Tickets

IBM
161.57
AAPL
114.45
GOOG
532.94
MSFT
47.12

Simple Log Console

This is simple log console. It is useful for testing purposes and to understand better how SSE works. Event id and data are logged for each event.