DEV Community

Cover image for Real time chat app using sockets
Vaibhav Arora
Vaibhav Arora

Posted on • Updated on

Real time chat app using sockets

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)

Collapse
 
hendrikras profile image
Hendrik Ras

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.

Collapse
 
vaibhav_31 profile image
Vaibhav Arora

thanks, i will look into it