Live data from Hacker News

Stator: A full-stack boilerplate – releases, deployments, enforced conventions

github.com

1–10 of 34 posts

Re: Stator: A full-stack boilerplate – releases, deployments, enforced conventions

#5
post #4

Very cool. Node has been on my back burner to learn for years, but making the mental leap from tutorial-sized projects to anything more complex has been particularly difficult. Perhaps this will help!

Yeah this handles a lot of the complexity of setting up a complete project with TypeScript and has some nice examples. Try it out and let me know how it went ;)

Re: Stator: A full-stack boilerplate – releases, deployments, enforced conventions

#8
post #7

Why fastify and nest?

You can read this article to get all the details on the decision: https://yann510.hashnode.dev/the-best-node-web-framework-par...

Oh ok, I guess I forgot nest supports different "platforms", thanks.

Re: Stator: A full-stack boilerplate – releases, deployments, enforced conventions

#10
Curious about your thoughts on TypeORM. Have you used it at scale at all? I rebuilt the API portion of an app using it a few months ago and instantly ran into issues with things like relationships and slightly more complex queries. I know it is an ORM and isn't suitable for every use case and definitely not super-complex queries, but it seemed very limited and unstable.

Honestly, I don't like any of the Node ORMs out there, especially when you compare them to more mature projects like Rails' ActiveRecord or Laravel's Eloquent.

Post reply on HN