> 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 communicate with Torndao.


>
>

>
> >
> >
> > > regards,
> > > Rishi
> > > 1Click.io
> > >
> > >
> > >
> > >
> > > On Tue, May 6, 2014 at 1:32 PM, Mukesh Yadav <mak....@gmail.com>
> wrote:
> > >
> > > > @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 <venka...@gmail.com>
> > > wrote:
> > > >
> > > > > On Mon, May 5, 2014 at 11:47 AM, Mukesh Yadav <mak....@gmail.com>
> > > 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 flawlessly with Django.
> > > > > > 2. Should be fast enough to handle around 10K concurrent users,
> on
> > > > small
> > > > > > instance (Server).
> > > > > > 3. Should work on socket.io as I'm planning it use it.
> > > > > >
> > > > >
> > > > > Why do you need Django for this usecase? Why not consider node or
> > > meteor?
> > > > > _______________________________________________
> > > > > BangPypers mailing list
> > > > > BangPypers@python.org
> > > > > https://mail.python.org/mailman/listinfo/bangpypers
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Regards
> > > > Mukesh Yadav
> > > > mukeshyadav.com
> > > > _______________________________________________
> > > > BangPypers mailing list
> > > > BangPypers@python.org
> > > > https://mail.python.org/mailman/listinfo/bangpypers
> > > >
> > > _______________________________________________
> > > BangPypers mailing list
> > > BangPypers@python.org
> > > https://mail.python.org/mailman/listinfo/bangpypers
> > >
> >
> >
> >
> > --
> > Regards
> > Mukesh Yadav
> > mukeshyadav.com
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers@python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to