A tiny demo of the simple websocket example using NODE for the backend
git clone https://github.com/thedamian/websocket-node-example
cd websocket-node-example
npm install ws (this install the websocket library if you don't already have it)
node index.js
(Then browse to http://localhost:5000)