Difference between UnittWebSocketClient
library and SocketRocket
. Which one is efficient to use to implement WebSockets
in iOS Apps?
Asked
Active
Viewed 186 times
2

Mad Dog Tannen
- 7,129
- 5
- 31
- 55

user_1989
- 375
- 4
- 10
1 Answers
1
SocketRocket
seems to me more maintained to me. UnittWebSocketClient
has not been updated since Dezember 2012. I started to use SocketRocket
in one of my last projects.

AlexR
- 5,514
- 9
- 75
- 130
-
do u know how to integrate it in OS x app. I'm bit confused for it. – nikhil84 Jul 07 '14 at 14:05
-
Yes, I was able to integrate it in my OS X app and it works fine. – AlexR Jul 08 '14 at 13:48
-
Thanks ,I also got it running now. – nikhil84 Jul 08 '14 at 13:53