socket.IO-objc vs. AZSocketIO

ios, node.js, objective-c, socket.io, sockets

Solution

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

Problem

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!

Original source