pkyeck / socket.IO-objc

socket.io v0.7.2 — 0.9.x for iOS and OS X
MIT License
1.97k stars 441 forks source link

host with a different resource/path #221

Open yunas opened 9 years ago

yunas commented 9 years ago

The problem that I am stuck into is very simple yet complicated for me. I would like to know how can I add a different path of the service that is being used. I have a service running on server which is listening to port 3000 (i.e. localhost:3000) and I have another service which is listening request on port 3000 but on a different path (localhost:3000/Chat)

How do I change the path ?