Skip to content
/ muxcord Public

Minimalist Discord-like Messaging Platform, based on Thal Marcelin's designs.

License

Notifications You must be signed in to change notification settings

diztil/muxcord

Repository files navigation

MuxCord


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

Sample Screen MuxCord

💾 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

  • Socket io - Realtime application framework
  • Nodejs - Node.js JavaScript runtime

Upcomming Features

  • 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...

This is a clone of ThalKod's repository. This repository may NOT contain all the code and files used in the production build here.