Skip to content

Chat and Video call your friends with Chatsia. Built with Next.js, it uses web-sockets in the backend to chat live and exchange sdp or IPs to share media live as well.

Notifications You must be signed in to change notification settings

ankush-web-eng/Chatsia

Repository files navigation

Chatsia

Chatsia

Connect, Chat, and Call with Ease

Experience seamless communication with ChatSia - your all-in-one platform for messaging and video calls.

Try out chatting and video calling your friends at ChatSia

Utilised Web-Sockets and WebRTC

  • The code which handles all this alone backend

If you are a dev curious about our code, follow below mentioned steps:

Clone this repo

git clone https://github.com/ankush-web-eng/Chatsia

Install the dependencies

npm install

Run the application

Since this repo is a monorepo, managed by TURBOREPO

  • if you want to start all the 3 apps simultaneously, run following command:
npm run dev
  • or you want to run any individual application, go to that app by:
cd apps
  • then "cd" into your desired app:
cd next_ws && npm run dev

You will find the port on which application has started in console

Happy Coding

About

Chat and Video call your friends with Chatsia. Built with Next.js, it uses web-sockets in the backend to chat live and exchange sdp or IPs to share media live as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published