I created a very basic chat app combining AngularJS, Socket.IO and NodeJS.
Make sure NodeJS is installed.
Clone this repository
$ git@github.com:lowiebenoot/chat-app-demo.git
Install Socket.IO with npm
$ npm install socket.io
Start the server
$ node js/server.js
Open the index.html in your browser multiple times and start chatting. You'll receive the messages instantly.