Skip to content

A very basic chat app combining AngularJS, Socket.IO and NodeJS.

Notifications You must be signed in to change notification settings

lowiebenoot/chat-app-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

$ 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.

About

A very basic chat app combining AngularJS, Socket.IO and NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published