https://github.com/aktsbot/crunchchat
A small real time chat app made with nodejs, socket.io and mongodb.
https://github.com/aktsbot/crunchchat
chat express mongodb nodejs socket-io
Last synced: 3 months ago
JSON representation
A small real time chat app made with nodejs, socket.io and mongodb.
- Host: GitHub
- URL: https://github.com/aktsbot/crunchchat
- Owner: aktsbot
- Created: 2017-12-03T10:04:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T10:37:23.000Z (over 8 years ago)
- Last Synced: 2025-05-31T07:04:36.576Z (about 1 year ago)
- Topics: chat, express, mongodb, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crunchchat
A tiny realtime chat app made with nodejs, express, socket.io and mongodb, made with the spirit of [crunchbang](https://en.wikipedia.org/wiki/CrunchBang_Linux).
See a live preview of it on [heroku](https://evening-citadel-98495.herokuapp.com/).

### To Run
- Clone the repo.
- Do an `$ npm install`
- Launch the app with `$ DBUSER= DBPASS= node app`
### Credits
- [The Net Ninja ](https://www.thenetninja.co.uk/) - Web sockets intro on [youtube](https://www.youtube.com/playlist?list=PL4cUxeGkcC9i4V-_ZVwLmOusj8YAUhj_9).
- [Traversy Media ](https://www.traversymedia.com/) - Mongo chat on [youtube](https://www.youtube.com/watch?v=8Y6mWhcdSUM).
### Todo
- Make a better README :rage4:
- Refactor the app and make it deployment ready :exclamation: