nullptr
Nuxt, backend required?
Hi all,
I’m building a SaaS in Nuxt.
I know this has been mentioned multiple times but I’ve spent the last few nights researching if it’s a good idea to use Nuxt has the backend and the answers are never straight forward.
Is Nuxt (and is it a good idea) okay to use as a backend for a SaaS application, the main backend work will be login/register/auth and database querying for all the dashboard data.
For the actual services I am providing I plan to use something like Django/Go, which will do any work that runs in the background, so essential Nuxt backend will create/fetch data from the database, whilst the third party backend will do the bulk of the of compute intensive work.
How does that sound? or should I use Nuxt as a frontend only and create an api route in the third party backend to handle everything?
Thanks Nuxters!
7 replies