Skip to content

dhruv160410116084/React-WebRTC-videocall-app

Repository files navigation

CharCha

The app is called CharCha; it's a Hindi word for a discussion.

image

Table Of Contents

About The Project

CharCha is a WebRTC based Video calling web application. It is not only used for video calling. It also provides peer-to-peer messages and files transferring by leveraging the Data Channels of WebRTC. for signaling, it uses Socket.io with node express server.

Built With

Javascript, Nodejs, WebSocket, WebRTC

Setup & Installation

  • update the sample.env to create your own .env file
  • cd backend
  • npm install
  • nodemon
  • cd front-end/app
  • npm install
  • npm run dev

Author