Demonstating the use of EventSource in a basic Express website.
The Express website istelf is created using Express application generator.
$ npm install
$ npm start
There is no use of any database. Clients what connect to the server event endpoint and messages posted are stored in arrays.