nuclearace / socket.io-client-swift-example

An example of socket.io-client for Swift
176 stars 65 forks source link

How to get this up and running? #2

Closed JeanHules closed 9 years ago

JeanHules commented 9 years ago

I love that you made an example of how to use Swift/Socket. I am new to both and still wrapping my head around how they work. I have a simple node server up and running, but not sure I understand how this all works.

I see you provided the node setup, but I don't really know what to do after 'node index.js'.

nuclearace commented 9 years ago

You could try copying the xcodeproj into xcode

ivo-dukov commented 9 years ago

You have to git clone --recursive https://github.com/nuclearace/socket.io-client-swift-example.git and then start the node server and build and run the xcode project.

hayyyyyyden commented 9 years ago

but how to start the server?

nuclearace commented 9 years ago

Should just be node index