Skip to content

Simple chatroom App built with AngularJS, ExpressJS, Socket.io

Notifications You must be signed in to change notification settings

1JS/App-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom

Simple chatroom App built with AngularJS, ExpressJS, Socket.io screenshot

Prerequisits

Preprocessor

  • Less for CSS
  • CoffeeScript for JS

How to run it?

1 Enter file directory

$ cd App-chatroom

2 Install front-end packages with Bower

$ bower install

3 Install develop and back-end packages with NPM

$ npm install

4 Run mongoDB in new tab (functionality not built yet)

$ mongod

5 Run App with Node

$ node app.js

6 You can run and develop with command

$ grunt server

Where I learned these?

  • CodeSchool - Real-time Web with Node.js - 6 Socket.io

About

Simple chatroom App built with AngularJS, ExpressJS, Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published