Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 549 Bytes

Socket.io with objective-c example.

##For running the app

Change IP address at sockio-server/views/index.html

var socket = io.connect("192.168.1.10:3000");

Run socket.io chat like

node ./sockio-server/app.js

Change IP address at Objective-C code

[_socketIO connectToHost:@"localhost" onPort:3000];