Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

socket.IO-objc vs. AZSocketIO

From the list of Socket.IO implementations in other languages, we can see that there are two alternatives written in Objective-C. My question is related to the pros and the cons of each of these two libraries.

socket.IO-objc seems more complete and has a better documentation, but I'd also like to know which advantages does AZSocketIO provide to consider if these advantages are important enough for my project to choose one or the other.

I'd really appreciate it if anyone that has used one of these could give me some advice. Thanks!

like image 283
IOS_DEV Avatar asked Dec 01 '13 11:12

IOS_DEV


2 Answers

AZSocketIO has CocoaPods. That's a win for me.

like image 169
Or Arbel Avatar answered Nov 08 '22 20:11

Or Arbel


From the looks of it, it seems like AZSocketIO implements an automatic reconnection strategy, and SocketIO.objc doesn't.

like image 44
Sebastien Avatar answered Nov 08 '22 20:11

Sebastien