Skip to content

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

About

(deprecated). Please use https://github.com/socketio/socket.io-client-swift . Node.js socket.io with iOS. It's using https://github.com/pkyeck/socket.IO-objc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 92.9%
  • C 5.3%
  • Other 1.8%