I would like an example of simple hybrid connection for Sender and Receiver to be in python using HTTP and not websockets.
The most important thing for my use case is that the sender is sending via http and not websockets. I dont see any examples only nodejs or .net. the python one seems to be based on websockets.