I recently built a real time chat application using sockets. You can check it out at chatify-rtc.vercel.app and view source code at github.com/VaibhavArora314/real-time-chat. Make sure to check out the project and if u like don't forget to star the repo.
Tech Stack:
- TypeScript
- Express.js
- React.js
- Recoil
- Socket.io
- MongoDb
- Tailwind
Top comments (2)
I think it's really cool, but also: that's a lot of code to process. Perhaps you could emphasize the important parts and let the github repo speak for the rest.
thanks, i will look into it