简体   繁体   中英

clients for signalR in native ios and android

1) If I have to develop native IOS client for a server that uses SignalR can I use

SocketRocket or UnittWebSocketClient ?

2) The client App does not use any browser will that matter ?

3) How is SignalR Different from Superwebsocket or microsoft's websocket available in .net 4.5? Dont all of them support rfc6455 protocol ?

对于iOS和OSX,您可以使用Signalr-ObjC,它与正在进行的SignalR版本保持良好关系。

Microsoft has just released an Android client https://github.com/SignalR/java-client . For iOs you cant take a look at https://github.com/DyKnow/SignalR-ObjC .

You can look at my project SignalA for a native Android-client. It's work in progress... :) It's now updated to protocol version 1.2 which is used in the 1.0 release of SignalR.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM