Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 332 Bytes

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

Interesting points