Consist connection with multi websockets in Django
In my Django project, I must interact with several server, through websockets, and it needs constant connection with them. How can I define a management command to connect to all servers, and then in my API, I call each one of them that I want with their URL?
Consist connection with multi websockets in Django
In my Django project, I must interact with several server, through websockets, and it needs constant connection with them. How can I define a management command to connect to all servers, and then in my API, I call each one of them that I want with their URL?
Consist connection with multi websockets in Django
In my Django project, I must interact with several server, through websockets, and it needs constant connection with them. How can I define a management command to connect to all servers, and then in my API, I call each one of them that I want with their URL?