Skip to content

Comment on Ask HN: What is your go to stack for REST API?

Comments

Python + Django on AWS Beanstalk backed by Postgres on RDS.

Django REST Framework provides pretty much everything you need for a REST api.

I just rolled a DRF backed app into production. Any tips or helpful dependencies you’ve had the pleasure of using?

If serialisation becomes a bottleneck with the built-in DRF serialisers I suggest you check out Serpy.

AboutSource Built by g1lg1l

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