A "Discord clone" with Socket.io, Node.js & MongoDB...
# clone the repo
$ git clone https://github.com/ThalKod/discord-clone.git
$ cd discord-clone
# install the node modules...
$ npm install
# start
$ npm start
Make sure you start mongodb or correct env var...
config.dbURL = process.env.DATABASEURL || "mongodb://localhost/minicord";
- Friends Request, sending/add people to friends list...
- Real time one to one chat with friends...
- Direct message friends...
- Received Message Notifications...
- Emoji Sharing...
- Image Sharing within chat...
- Files Upload and sharing...