Migrating Vue.js from a electronjs based env to Jetty

I just want to migrate my old project(in vue.js) that was served by a electron(node). I want to migrate it from vue to jetty. to make the vue part static. and the dynamic part works absly fine in java lang.whats the way of doing so? It calls ipcRenderer, I am thinking of a way that , well runs the stupid node runtime in the JVM(well nearly impossible) or emulating it and displaying it to web users ocationally. Ugh.. things like that…

I tried everything based on my knowledge, But I found out that the past me was too dumb not to separate the frontend and the backend

Leave a Comment