Skip to content

Aarsh30/QuickChats

Repository files navigation

QuickChats

QuickChats is Peer to Peer Chat Application built using react js ,nodejs and using the holepunch which help to communicate the message and make it easy process to chat among each other.

#Check out the live Demonstration: https://youtu.be/P_NqaW8GOSk

#images
Main Page Chat

Register

Login

Installation Guide

React, Nodejs,HolePunch,Mongodb should be installed and make sure mongodb is running.

git clone
cd  directory

Now install the dependencies

cd server
yarn
cd ..
cd public
yarn

We are almost done, Now just start the development server.

For Frontend.

cd public
yarn start

For Backend.

Open another terminal in folder, Also make sure mongodb is running

cd server
yarn start

Open localhost:3000 in your browser.

other ways docker files are created and docker-compose.yml

docker-compose build
docker-compose up

#Connect me! Checkout my portfilo website:: https://aarsh-patel.vercel.app/

About

A peer to peer chat application built using holepunch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published