Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Vaidik Kapoor
> You wont be able to do that unless you put nginx or apache in front. Django > and Tornado can't run on same port same ip, unless you run Tornado > websocket on a separate port. > > Yes. You will have to use either Nginx or Apache as reverse proxy. But figure out how you will make your Django app

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Hrishikesh Kulkarni
On Tue, May 6, 2014 at 2:47 PM, Mukesh Yadav wrote: > > You mentioned you are newbie. I would stick with Django or Tornado. > Twisted > > isn't worth the effort, add to it the documentation challenges. For > > > Hey thanks for advised, I do feel the same. > > webSocket, Tornado alone should suffi

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Mukesh Yadav
> You mentioned you are newbie. I would stick with Django or Tornado. Twisted > isn't worth the effort, add to it the documentation challenges. For > Hey thanks for advised, I do feel the same. webSocket, Tornado alone should suffice. Not clear what you meant by "Should > work flawlessly with Djan

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Mukesh Yadav
@Shreyas there is requirement for nltk, hence don't want to mix languages. On Tue, May 6, 2014 at 1:45 PM, Kulkarni, Shreyas wrote: > probably a bit off topic, but little curious to know what node can't > handle. did you mean that in comparison with twisted/tornado? > > shreyas > > On May 6, 20

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Kulkarni, Shreyas
probably a bit off topic, but little curious to know what node can't handle. did you mean that in comparison with twisted/tornado? shreyas On May 6, 2014, at 1:32 PM, Mukesh Yadav wrote: > @venkatraman I feel meteor is only for prototyping, and if you need to have > some serious changes in fu

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Hrishikesh Kulkarni
You mentioned you are newbie. I would stick with Django or Tornado. Twisted isn't worth the effort, add to it the documentation challenges. For webSocket, Tornado alone should suffice. Not clear what you meant by "Should work flawlessly with Django" regards, Rishi 1Click.io On Tue, May 6, 2014

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Mukesh Yadav
@venkatraman I feel meteor is only for prototyping, and if you need to have some serious changes in future you have to crack the framework. I want to have only one stack at the server. As there is some other plan too which node cant handle. On Mon, May 5, 2014 at 1:00 PM, Venkatraman S wrote: >

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Venkatraman S
On Mon, May 5, 2014 at 11:47 AM, Mukesh Yadav wrote: > Hey guys, >I'm starting a new projects which requires real time update, something > like tweetdeck. After initial research I have finalized twisted and > tornado. But i'm confused which one to use. > > Requirement: > 1. Should work flawle