objective c - Web socket server with IOS client compatibitlty -
objective c - Web socket server with IOS client compatibitlty -
i trying develop ios app have socket connection server. client side planning utilize socketrocket library , trying code socket server preferably in nodejs. can advice me socket server library should choose.
thanks
there obj c library socket.io v0.9.x; (which uses socketrocket also)
https://github.com/pkyeck/socket.io-objc
check out working example;
https://github.com/saturngod/socket.io-with-ios
edit: swift client added socket.io guys; http://socket.io/blog/socket-io-on-ios/ works socket.io v1.
ios objective-c node.js sockets websocket
Comments
Post a Comment