Comment on Square Releases Open Source WebSocket Client for Objective-CparentComments−mikelikespieOP14yI'm unsure what you mean by "Socket.IO via an Obj-C lib". Could you send a link? It looks like Socket.IO is node (which I don't believe you can use in iOS).−rgbrgb14yHere's a link to a socket.io client library in Obj-C:https://github.com/pkyeck/socket.IO-objc−sim0n14yHe means communicating with a Socket.IO server from Obj-C (most probably also using web sockets but speaking the Socket.IO protocol).
Comments
I'm unsure what you mean by "Socket.IO via an Obj-C lib". Could you send a link? It looks like Socket.IO is node (which I don't believe you can use in iOS).
Here's a link to a socket.io client library in Obj-C:
https://github.com/pkyeck/socket.IO-objc
He means communicating with a Socket.IO server from Obj-C (most probably also using web sockets but speaking the Socket.IO protocol).