Skip to content

discord clone written in React, Node.js, Socket.io, WebRTC

Notifications You must be signed in to change notification settings

UnChallenged/react-discord-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord clone written in MERN stack

to run the project, add .env file in discord-backend folder with the following values:

API_PORT=5002

MONGO_URI= your mongo db connection string

JWT_TOKEN_KEY=SomeSecretKey

then

  • run npm install in discord-backend

  • run npm install in discord-frontend

  • run npm start in discord-backend

  • run npm start in discord-frontend

Features

  • Chatting with realtime friends (Using socket.io)
  • Create video chat groups (using WebRTC)

*Special thanks to Marek Gryszkiewicz

About

discord clone written in React, Node.js, Socket.io, WebRTC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published