Skip to content

saturngod/Socket.io-with-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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];

Releases

No releases published

Packages

No packages published

Languages