I’d like to connect to a SignalR-server from a java client. Is that possible?
Has anybody written a java-client to connect to SignalR?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I didnt find a SignalR-client for Android so I started to develop one by myself.
You can checkit out at https://github.com/erizet/SignalA.
Curently it’s more like a proof-of-concept than a finnished library.It’s now updated to protocol version 1.2 which is used in the 1.0 release of SignalR.