mirror of
https://github.com/koajs/examples.git
synced 2026-01-18 14:38:19 +00:00
stream-server-side-events
This program continually sends events to the web browser. It simulates a series of log file entries that have been appended to a file.
To invoke, the following command begins listening on localhost:3000.
node --harmony app.js
To see results:
http://localhost:3000