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/
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.