TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

17 pointsby ooooakover 5 years ago

10 comments

r-sover 5 years ago
Rails + Postgres + Heroku. I may be living a decade in the past, but all the bugs are worked out and the development speed is extremely good.
评论 #21483790 未加载
amirathiover 5 years ago
Python + Django on AWS Beanstalk backed by Postgres on RDS.<p>Django REST Framework provides pretty much everything you need for a REST api.
评论 #21488559 未加载
codegeekover 5 years ago
Golang with Postgres. Love the simplicity and power of Go along with a binary executable.
TheyCallMeMaxiover 5 years ago
Where my node folks at?<p>Node + Express + Nginx + Pgsql on Elastic Beanstalk.
评论 #21496396 未加载
评论 #21497506 未加载
评论 #21498806 未加载
sergiotapiaover 5 years ago
Elixir + Phoenix + Postgres + Heroku
laurentlover 5 years ago
API gateway + Lambda functions (in Python) + DynamoDB if I need to store data.<p>Pricing is completely linear with usage (and very low&#x2F;free for low traffic) and I don’t have to worry about uptime or scalability.
monkeydataover 5 years ago
cakePHP on EC2 + postgres on RDS is nice. toss in some Redis caching and feed it traffic from a load balancer. you can get a lot done with very little effort.
评论 #21481985 未加载
bananapearover 5 years ago
Java, Jersey &amp; Hibernate
partisanover 5 years ago
.NET Core + Web API<p>Postgres<p>Nginx<p>Digital Ocean
nginexover 5 years ago
Drupal 8
评论 #21512173 未加载