event-source-express-angular-real-time-tutorial icon indicating copy to clipboard operation
event-source-express-angular-real-time-tutorial copied to clipboard

Demonstrating using EventSource with Express, NodeJS and Angular to build a little chat app.

trafficstars

chat event source

A quick demo of the excellent EventSource API for server-sent events, using AngularJS and express.

Install

cd server
npm install

Run

node server/server.js