Lightweight, free anonymous chat service. Gives you the private space you need.
Written using the MEAN framework and Socket.IO
Hosted on Heroku
git clone https://github.com/thedrumsknight/space.git
cd spaceTo setup a local Mongo database, you will need to install the MongoDB CLI, visit this page to install the client depending on your OS.
Start the mongod service and run the following command
mongoimport --db space --collection messages --file db/messages.jsonThis will setup a local Mongo database space with some sample data to work with.
The app uses npm and bower for dependency management
Run the following commands to install required dependencies
[sudo] npm install
bower installTo start the development server, run the following commands which compile sass and use nodemon to run the server
The app is continuously monitored by nodemon for any changes in the code upon which the server is automatically restarted
[sudo] mongod
npm startTo start the production server, run the following command which compiles sass and runs a normal node server
[sudo] mongod
npm buildDeveloped and maintained by Sahil Lamba, Aman Shrivastava and Mihir Rana