Skip to content

Basic Chat application using AngularJS, NodeJS and Socket.io

License

Notifications You must be signed in to change notification settings

iamnodejs007/ChatApplication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApplication

Author: Archana Mahajan

This is a basic chat application using technologies such as AngularJS, NodeJS, Express and Socket.io.

Following are the tools, needed to install the application dependencies:

  1. Node (Download and install from nodejs site)
  2. npm (It will get install automatically along with Node)
  3. bower (npm install bower)

Pull this project to see the changes.

Use below command to install node dependencies

npm install

Go to ng folder and install bower dependencies using below command:

bower install

Now, use below command to run your server:

node server.js

use localhost:3000, to test the chat application.

You can now chat, Enjoy...

About

Basic Chat application using AngularJS, NodeJS and Socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 44.2%
  • JavaScript 38.4%
  • CSS 17.4%