Chirag Chandrashekhar

Results 18 comments of Chirag Chandrashekhar

Thanks @dguyen . Will keep you guys posted

https://github.com/documenso/documenso/assets/16949930/c56dcfe7-2952-4730-ba85-f50dab7ef41f Hey @dguyen, This is a small demo that I created using Socket IO. - When the signup page loads, it creates a UUID and joins a [room](https://socket.io/docs/v3/rooms/) with the...

Ohh okay. I was trying a different approach with trpc subscriptions. Let me check and get back.

Hey @dguyen, I have been searching around Next JS and Vercel documentation for Websocket implementation but there seems to be an issue with WS and Vercel. Since Vercel uses serverless...

Hey, just went through WebRTC's implementation and I don't think it can help us achieve the feature we are looking for. Before a Peer-to-Peer connection is established, we need to...

Hey @dguyen, I did few experiments with WebRTC using socket and fetch. Sockets are out of options since we cannot have an open connection in a serverless environment. Now, with...

Hey @dguyen, any updates?

Hey @dguyen, any updates from your end?