Skip to content

Comment on Ask HN: What would you use to build a mostly CRUD back end today?

Comments

SST, you can have your backend logic and infrastructure all in Typescript. If you want to use a different runtime for your serverless functions, you can. you can also define your frontend in the same project and deploy the whole thing with one command.

For personal stuff this is great because you can run everything you need for next to nothing. For commercial stuff, it would depend on the use case. If you are going to be handling a bunch of requests or have to do a large amount of processing, you may want to go a different direction, as is the case with all serverless applications.

AboutSource Built by g1lg1l

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