Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java client to connect to SignalR?

Tags:

java

.net

signalr

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?

like image 649
Erik Z Avatar asked Apr 10 '12 12:04

Erik Z


People also ask

What platform does SignalR client support?

SignalR can be used in the following browsers: Microsoft Internet Explorer versions 11. Windows only. Microsoft Edge(Chromium).

What is SignalR in Java?

The SignalR Java client uses the SLF4J library for logging. It's a high-level logging API that allows users of the library to choose their own specific logging implementation by bringing in a specific logging dependency.


1 Answers

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.

like image 56
Erik Z Avatar answered Sep 29 '22 09:09

Erik Z