Invoking function in Julia from Javascript using Electron.jl
I am trying to build a simple Electron app using Julia as my back-end language and HTML/CSS/Javascript as front-end by means of the Electron.jl package. Essentially, I have written a CVM structure on the back-end to handle data from my SQLite database, which I want to communicate to the front-end in order to display (sufficient for now). I am aware that you can run Javascript functions in Julia, but cannot figure out how to request the data on the back-end from Javascript. As you may notice, I am not the most advanced user of these languages (I have only self-taught knowledge of front-end development and some shallow work experience), so please excuse me if I asked a preposterous question.