Best backend framework for Quasar
-
As Quasar is mainly using for UI part of the application, I would like to know which backend framework is best suited for Quasar ?
-
@arkaprova - What language do you know best for the backend?
Scott
-
@arkaprova said in Best backend framework for Quasar:
As Quasar is mainly using for UI part of the application, I would like to know which backend framework is best suited for Quasar ?
Any of them. Here are the current web framework benchmarks:
https://www.techempower.com/benchmarks/#section=data-r19&hw=ph&test=update
So, if you prefer rust, you will probably choose actix, if you like javascript you will use one of the nodejs current kings of the hill, if you like python, you will probably choose fastapi, and so on, and so on.
-
The best is what is written and tested in real world by yourself. I’m using nodejs (websockets + JSON-RPC) and fully happy with it.
-
@s-molinari javascript, python, java
-
Javascript, I can recommend NestJS. Python and Java, I’m not experienced in.
Scott
-
I’m using django + djangorestframework and it just works fine.
As Quasar is based on VueJS, it’s more something that binding your application to any backend. You’ll probably rely more on Vuex, Axios than Quasar components.
-
I think it depends on the requirement and our skill levels. I am using quasar with API Platform.