Skip to content

Show HN: QuoteRobot Rebuilt In Python/Flask/MongoDB/Backbone

quoterobot.com
18 pointsnerdburn4 comments
On HN

We completely rebuilt QuoteRobot and relaunched it on November 1st using some fun new tech.

Comments

Slightly off topic - would you mind describing how you host and run the python/flask app?

Do you use uWSGI with apache / nginx in front of it? I dabble in python web apps and wanted to get some insight into how other people had them hosted

Its running via gunicorn (socket) behind nginx (proxy). We also utilize celery and rabbitmq for workers (emails, pdf generation etc.) - besides that, nothing too magical. We use fabric+git to allow for quick hot-fixes and new releases.

Thanks for the feedback!

My cofounder Gavin (@geekforbrains) is better suited to answer this - but I know we're not running apache - it's nginx and gunicorn on a rackspace cloud box.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.