On Fri, Dec 2, 2011 at 7:38 PM, Etienne <[email protected]> wrote: > Hi, > > the example provided in stargate documentation: > http://boothead.github.com/stargate/examples.html > works well on my mac with chrome but not with firefox6/8. > -- Is there a way of making stargate work with Firefox? > -- Are there other way to use websockets in a pyramid application? > (only > 1 port). > > Thank you, > Etienne >
I think firefox doesn't have support for websockets. You can use http://socket.io/ in Pyramid with https://github.com/abourget/pyramid_socketio Regards, -- Danny Navarro | http://blog.dannynavarro.net -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
