Just-Talk is web chat app where we can text, voice and video chat. In this project we have used nodejs, webRTC for realtime voice and video chat, and Socket for sending text, showing typing activity and showing online status.
-
Make sure node is installed on your local machine
-
Clone the repo to start developing the project.
https://github.com/outofbound4/Just-talk.git
- Install the dependencies
npm install
- Make .env file similar to .env.example
cp .env.example .env
-
Change the constants of .env
-
Run the project
npm start