• This repository has been archived on 19/Sep/2020
  • Stars
    star
    148
  • Rank 249,983 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...

MiniCord


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

Profile MiniCord

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

More Repositories

1

DropIt

DropIt is a File Uploader built with nodejs, Upload, get a link, and share your files with anyone easily.
JavaScript
398
star
2

react-native-music-player

🎵A working Now Playing screen with React Native to kickstart your Music Player project 🎵
JavaScript
28
star
3

node-2fa

User registration with two factor authentification with node, express, mongodb...
JavaScript
22
star
4

CryptoNews

Crypto News - Cryptocurency news feed SPA built with react js
JavaScript
12
star
5

react_video_sharing

Circle - A videos sharing React SPA powered by a Node RestFull API. Watch, Share, and Discover new videos. 😎
JavaScript
8
star
6

Tcoin

Tcoin is a simple POW cryptocurrency based on a custom Blockchain implementation, in Javascript
JavaScript
5
star
7

Sport_King

SportsKing, complete sports betting app with react native
JavaScript
4
star
8

Simple-RESTFull-Blog

This a simple version of a RestFull Blog, with user registration/Auth system...
JavaScript
4
star
9

Bitcointalk-Campaign

A campaign manager engine, using the Bitcointalk-api to manage list of campaign participant...
JavaScript
2
star
10

typescript_circle_api

Typescript version of the api of React Video Sharing
TypeScript
2
star
11

niko_frontend

Basic front end to interact with the Niko Smart Contracts on Ropsten
JavaScript
1
star
12

nodejs-todo-api

A nodejs todo API Backend
JavaScript
1
star
13

projet_validation

ProjetValidation
Python
1
star
14

react-native-youtube-play

A react native youtube like play screen to kick start your new project faster
JavaScript
1
star
15

niko_project

Niko is a deflationary token with a staking features built using ethereum smart contract
Solidity
1
star
16

kickstart

Crowfunding plateform using Ethereum Smart Contract, create and manage new campaigns...
JavaScript
1
star