Re: websockets in pyramid

2011-12-25 Thread Etienne
, 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

Re: websockets in pyramid

2011-12-05 Thread Etienne
/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

Re: websockets in pyramid

2011-12-05 Thread Raikage
I use hookbox in conjunction with pyramid You might want to try hookbox http://labs.gameclosure.com/hookbox/ . Hookbox mailing list is http://groups.google.com/group/hookbox. hookbox will do long polling if websocket is not implemented in the browser I also have a fork at

Re: websockets in pyramid

2011-12-05 Thread Brian O'Connor
I'm not using pyramid, so take this for what it's worth. We use Pylons 1.0 in our setup. However, it shouldn't really matter. We started our project using hookbox, and it was an excellent resource to get started really fast using websockets / long polling. However - hookbox has some serious

Re: websockets in pyramid

2011-12-04 Thread Mengu
...@gmail.com 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

Re: websockets in pyramid

2011-12-03 Thread Danny Navarro
? -- 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

websockets in pyramid

2011-12-02 Thread Etienne
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