ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link
chat-application clone discord nodejs

MiniCord


A "Discord clone" with Socket.io, Node.js & MongoDB...

Profile MiniCord

:floppy_disk: Installation

# 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";

Built with

Upcomming Features