Yours,
Micheil Smith
--
BrandedCode.com
On 30/05/2010, at 2:50 PM, Tyler Gillies wrote:
> anyone know if socket.io works on iphone? Its working on my desktop
> browsers but doesn't seem to work on iphone...
>
> --
> You received this message because you are subscribed to the Google Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com.
> To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
>
Sockets.io would be best working with a native websockets implementation
--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com.
To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
Yeah, although, rather then just using it in a web browser, you could use it through a
native application, but build with web technologies in phonegap.
I have to say, that reply did come across rather convoluted, my bad.
I use socket.io on a subdomain, so no long-polling => no socket.io.
That's a problem. I have to add a module for long-polling with
cross-SUBdomain or their is an other solution ?
2010/5/30 tyler gillies <tjgi...@gmail.com>
>
> Hey screenshot helped me because i saw you went to port 8080 on client side.
> i was originally going through nginx to get to chat.html
>
> On Sat, May 29, 2010 at 11:35 PM, Guillermo Rauch <rau...@gmail.com> wrote:
>>
>> Works for me on my iPhone 3GS with the long-polling transport
>> 30 May 03:27:11 - socket.io ready - accepting connections
>> 30 May 03:28:05 - Initializing client with transport "xhr-polling" < iphone
>> 30 May 03:28:05 - Client 34623237140476704 connected
>> 30 May 03:28:27 - Initializing client with transport "websocket" < safari 4
>> 30 May 03:28:27 - Client 9715979627799243 connected
>>
>>