Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 520 Bytes

AngularJS + Socket.IO + NodeJS chat app demo

I created a very basic chat app combining AngularJS, Socket.IO and NodeJS.

Using this demo

Make sure NodeJS is installed.

Clone this repository

$ [email protected]: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.