Backend for Quasar [SOLVED BY metalsadman]?
-
Anyone using Nest.js as backend for Quasar?
-
I will be, in near future, because Nest is interesting.
But can I ask why you even had this question? Quasar is quite backend agnostic in my experience. -
My project is divided into three parts:
- Website like www.project.com based on Quasar
- Admin site like admin.project.com based on Quasar
- Api like api.project.com based on Adonis
Just like i migrated from Nuxt/Vuetify to Quasar on part 1 and 2 i i’m now thinking of migrating part 3 from Adonis to Nest
-
I only tried nest.js for a bit, since i got transferred to a different project, i think it’s solid backend framework and welp it’s in typescript so you will also have to consider that.
-
@metalsadman , would you consider TS a downside?
-
No, what i mean is if youre not familiar with it yet.
-
You nailed it. I’m not but i will dive into TS if you or any other Pro don’t advise agains it.
-
Yeah nothing against it, same as you, i also picked nest.js for the same purpose of getting to know ts lol, i find it very nice especially their cli, auto creating test files as you create classes. Enjoy.
-
you make me feel safe in this new world of Quasar @metalsadman . Thank you.