Comment on Ask HN: What is your go to stack for REST API?Comments−amirathi6yPython + Django on AWS Beanstalk backed by Postgres on RDS.Django REST Framework provides pretty much everything you need for a REST api.−DividableMiddle6yI just rolled a DRF backed app into production. Any tips or helpful dependencies you’ve had the pleasure of using?−Nextgrid6yIf serialisation becomes a bottleneck with the built-in DRF serialisers I suggest you check out Serpy.
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.