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
    1. Home
    2. Tags
    3. boot
    Log in to post
    • T

      how to load webworker file
      Help • boot externallink webworker • • tc

      3
      0
      Votes
      3
      Posts
      182
      Views

      T

      @dobbel Yes. I did. Still not working.

      I end up using workerize-loader .

    • S

      Injecting custom js lib into Vue instance
      Help • boot ssr • • SeRiusRod

      14
      0
      Votes
      14
      Posts
      305
      Views

      S

      Thank you very much for your help Dobbel.

      @dobbel said in Injecting custom js lib into Vue instance:

      You can make this work (web & mobile app ) 99,99% guaranteed with https://expressjs.com/ using a rest API.

      The Rest API, for talking with the frontend, I understand.

      If you need to go the socket way + docker , I could help but that’s a bit more complicated. I have used sockets & docker for all my apps ( mobile/pwa/spa).

      No. The socket was only implemented to be able to show in the frontend realtime info, without having to poll. While charging, things like charge level, voltage or power.
      With realtime voltage one can make an idea of the load it is on the grid supply. For one’s like me that have a shitty supply.
      And power, to be sure I’m not exceeding the contracted amount.

      I’ve read that some frameworks for NodeJs already integrate socketio for the frontend to backend integration. I should take a look in how they determine the endpoint address.

    • R

      Boot file: how to 'wait' for $axios and cordova plugin to be available?
      Help • axios boot cordova plugins • • realtebo

      3
      0
      Votes
      3
      Posts
      190
      Views

      metalsadman

      @realtebo they are available when your app is created.