Skip to content

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

Comments

Where my node folks at?

Node + Express + Nginx + Pgsql on Elastic Beanstalk.

We’re too busy building graphql apps instead of REST apps.

What is your experience with elastic beanstalk like?

It's just a beefed up EC2. I don't have high traffic so cannot say how well the autoscaling works but apart from that, not much different than putting your app on EC2.

Do you use any ORM or just raw SQL queries?

I use Sequelize as my ORM. There are debates around using/not using ORMs but personally I feel weird writing raw SQL in any language except a SQL terminal.

AboutSource Built by g1lg1l

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