A small SSE (Server-Sent Events) service implementation according to https://www.html5rocks.com/en/tutorials/eventsource/basics/
- git clone...
- node server
- Open web browser and access http://127.0.0.1:8000, and insert strings in the back-end terminal. The message should be seen on the web page.