Answer the question
In order to leave comments, you need to log in
How to get information from a request in WebSocket?
Created a python web socket server that accepts and registers users in a dictionary.
But I want to register them by rooms and I thought to do this by getting the name of the room in the request. That is, the request is as follows:
ws://IP:PORT/name?='Jora'room?='45'
And on the web socket server I want to receive the data name='jora' and room='45'.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question