Java client to connect to SignalR?

2020-02-10 00:06发布

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?

2条回答
虎瘦雄心在
2楼-- · 2020-02-10 00:44

Microsoft has just released a java client https://github.com/SignalR/java-client even an Android client.

查看更多
再贱就再见
3楼-- · 2020-02-10 00:49

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.

查看更多
登录 后发表回答