Aditya Upadhyay

Results 10 comments of Aditya Upadhyay

Hi, I am thinking of creating a chatroom specific uri that can be used to communicate, without changing the backbone code much. is it correct. for e.g. if the chatroom...

Hi, I have a doubt. Can we have same username across different chat rooms or the name should be unique entirely? like user "aditya" joining room 12345678 and 87654321 at...

Hi, currently the client is sending a message to server and then server is notifying everyone about it, in notify_mesg. I want to select only those websockets at the server...

Hi, I am sorry for closing the PR while it's still under review. After going through comments, I realized that server-side validation can only include server generating the chatroom name...

Hi @Vivek-blip, you can see the PR opened by me. It already contains the code for generating the chatroom name at server side, you can maintain a set there to...

> > Possible solution can be generating the chatroom ID from server side. Please correct, if I am wrong. > > That is a very intelligent solution to the problem....

I have modified the code to have a server side verification and registration. The server also maintain a list of available chatrooms that can be used to restrict the same...

please review the code and provide feedback.