No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Best backend framework for Quasar

    Framework
    6
    8
    717
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      arkaprova last edited by

      As Quasar is mainly using for UI part of the application, I would like to know which backend framework is best suited for Quasar ?

      qyloxe 1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        @arkaprova - What language do you know best for the backend?

        Scott

        A 1 Reply Last reply Reply Quote 1
        • qyloxe
          qyloxe @arkaprova last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • S
            Sfinx last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • A
              arkaprova @s.molinari last edited by

              @s-molinari javascript, python, java

              1 Reply Last reply Reply Quote 0
              • s.molinari
                s.molinari last edited by

                Javascript, I can recommend NestJS. Python and Java, I’m not experienced in.

                Scott

                1 Reply Last reply Reply Quote 0
                • J
                  jraez last edited by jraez

                  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.

                  1 Reply Last reply Reply Quote 0
                  • zspine
                    zspine last edited by

                    I think it depends on the requirement and our skill levels. I am using quasar with API Platform.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post