Skip to content

ChristopheNguyen/angularjs-t-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Chat in realtime using MEAN + SOCKET.IO with Bootstrap

Requirements:

  • NodeJS
  • MongoDB

How to run the project

  • Clone or download it
  • Add project dependencies with npm and bower (in your terminal):
npm install
npm install -g bower
bower install
  • Run a MongoDb server (in your terminal n°2)
mongod
  • Run the project server node (in your terminal):
node server.js

About

Chat in realtime using MEAN + SOCKET.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors