Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 942
coolshashi Avatar asked Dec 01 '12 21:12

coolshashi


3 Answers

For iOS and OSX you can use Signalr-ObjC its kept up to pretty well with the ongoing version of SignalR.

like image 163
Colin Swelin Avatar answered Oct 26 '22 06:10

Colin Swelin


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.

like image 32
Renan Grativol Avatar answered Oct 26 '22 07:10

Renan Grativol


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.

like image 36
Erik Z Avatar answered Oct 26 '22 06:10

Erik Z