mean-chat
mean-chat copied to clipboard
Simple Chat app using Socket.IO, MongoDB, Express, Angular, and NodeJS.
MEAN Chat Demo
A simple Socket.IO chat application built on a MEAN stack with help from the Yeoman Angular Fullstack Generator.
Live demo
http://mean-chat.herokuapp.com/
Setup
Run npm install, followed by bower install to grab the dependencies.
Running the app
Run grunt:serve to start the app in development mode, or run grunt server:dist to run it in production mode.
License
MIT