On 14/11/2014 07:20, Pradip Shahi wrote:

    *Avraham Serour,*

Sorry man, I mean to heart django guys..
I am pretty much sure with mysql as a backend and javascript on client.
Would you help me decide on web server.. I had some research on Apache with mod wsgi, gnuicorn and nginx.
Thank you.

I use Nginx for everything. Some people use it just to serve static files but I find using for everything (dynamic and static content) both easier to configure and much more convenient. It has a small memory foot print and is very fast. I find it much easier to manage than having both Nginx and Apache in the same web stack. Apache kinda sucks when it comes to configuration. It just feels like a mess to me where as Nginx is very easy and intuitive to use even for complex deployment scenarios.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5465DF2D.3090904%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to