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
- The code which handles all this alone backend
git clone https://github.com/ankush-web-eng/Chatsia
npm install
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