DEV Community

Cover image for Real time chat app using sockets

Real time chat app using sockets

Vaibhav Arora on March 17, 2024

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/Vaib...
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