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 .
None
0 Points
4 Posts
Python Client for SignalR ?
Dec 08, 2016 10:35 PM|montex|LINK
Hello,
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 ?
I only found the following -
https://pypi.python.org/pypi/signalr-client/0.0.7
...
--
~montex
All-Star
18815 Points
3831 Posts
Re: Python Client for SignalR ?
Dec 09, 2016 05:13 AM|Nan Yu|LINK
Hi montex,
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 .
Best Regards,
Nan Yu
None
0 Points
4 Posts
Re: Python Client for SignalR ?
Dec 09, 2016 09:34 PM|montex|LINK
Thanks for your reply Nan.