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

    Can Quasar support webassembly or C plugins?

    Framework
    4
    5
    648
    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.
    • F
      FrinkMatt last edited by

      I would really like to use a Quasar front end with a C(actually Rust… but more people know C) backend. Gives me the performance and security I need for my cryptocurrency application.

      Rust can also compile to WASM, so maybe that’s an option.

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

        Quasar is mainly a front-end (as in shown in a browser) framework. It is backend agnostic, aside from it needing Node for the development environment or Node for SSR, You can build your backend with whatever you like. You just need to have a web API (like REST or GraphQL) to connect Quasar to it.

        Scott

        1 Reply Last reply Reply Quote 0
        • F
          FrinkMatt last edited by

          Yeah, we decided to go with a Quasar frontend, with a Electron backend for desktop and Cordova for mobile. Both can bridge Quasar and a Rust library.

          That being said, what I would really, really, love to see is Tauri come to fruitition: https://github.com/tauri-apps/tauri

          A rebuilt backend in Rust. Quasar + Rust: Talk about performance and security, cross platform on both desktop and mobile, while being easy to build all in one… and the low memory and app footprint is nice too. Quasar plus Tauri just might end up being the best choice out there. Seriously, amazing there is no such platform out there yet. Can’t wait for it.

          1 Reply Last reply Reply Quote 1
          • S
            sougannkyou last edited by

            I have the same needs(Quasar frontend, but With C++)

            1 Reply Last reply Reply Quote 0
            • W
              walfin last edited by

              Have you tried using cheerp? https://leaningtech.com/pages/cheerp.html

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