We are looking at using SignalR for some part of push messages that our system generates. I was wondering if there is any preferred python clients that are recommended ?
Yes , that is a SignalR client available on the python package index named "signalr-client" which supports some basic SignalR functionality .You could check its document and code sample .