nowelium / socket.io-titanium

socket.io for titanium mobile
http://youtu.be/10ogNjWCpyc
Other
136 stars 34 forks source link

cant use socket.io-titanium outside of localhost #18

Open ajonno opened 11 years ago

ajonno commented 11 years ago

hi, im having trouble using socket.io-titanium outside of localhost (port 3001). for example, I've tried deploying the node server code to Appcelerator's nodeacs hosting facility ; it returns a web address of :-> http://8321ca2dc6814087e974996e64c599a8246db6ae.cloudapp-preview2.appcelerator.com

however if I change the var socket = io.connect(''...webaddress..") , this does not work and my client can then not connect to or see the node server app.

can you please give me some guidance on how to get this working. many thanks.

angus