How to execute functions from a NodeJs project in the Quasar backend ? #14762
-
Hello everyone, I am new to Quasar and just finished the Quick Start guide. I would like to create a desktop app. So I installed quasar-cli and created my project. I would like to import functions from a NodeJS project (OCR, pdf generation, ...) using different modules and run them in the back-end of my Quasar application and not in the front-end. So my question is this: How to execute functions from a NodeJs project in the quasar backend and have access to the results in the front end? Thanks and have a nice day ;) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you building an Electron app? |
Beta Was this translation helpful? Give feedback.
Are you building an Electron app?