Hosting express node project on Vercel
* User List
* User Details
* Realtime Messaging
* Video Calling (Single and multiple users)
* Chat History
* User Authentication
* User Profile
* User Search
git clone
cd rtk-chat-app/server
docker-compose up -d --build
git clone
cd rtk-chat-app/client
npm install
npm run dev
git clone
cd rtk-chat-app/server
npm install
npm run dev
* React
* Redux Toolkit
* Express
* Socket.io
* MongoDB
* Vercel