
Thinking of building a SaaS application? This starter template will help you create a scalable and production ready application using Encore.ts and...
For further actions, you may consider blocking this person and/or reporting abuse
This is gold! I appreciate your effort! ✨
Cool!
Nice write up. This looks like a good way to get something set up quickly. What advantages are there for using Encore.ts as the backend instead of using Next.js/Node.js for the full solution?
Depends on the use case of course, but for anything more complex you are likely going to want to use multiple services to be able to scale things separately, use multiple databases, etc. This is something that Encore.ts makes very simple. It also uses a Rust based runtime to handle API requests, infrastructure interactions, etc. so it is extremely high performance.
Here's a video on this topic (when not to use Next.js for backend):
youtube.com/watch?v=h3IZvTM4XOs
Appreciate the video link, thank you. I'll check it out.
Thanks
Great job! Thank you!
Thanks!
Kindly share the GitHub link
Great point, missed this.
Added to article, but here it is as well: github.com/encoredev/examples/tree...
Thanks, you show me a new tool to add to my dev tool box
We wanted to migrate to encore, but it seems their github issues and discussions are not active enough
We're mainly using Discord (encore.dev/discord) as it states on the GitHub page.