I have a web solution mostly using HTML, JQuery, JavaScript, CSS and node.js
I can successfully use electron packager to generate an EXE and ASAR to run it as a Desktop Application.
My problem is that I want to distribute this application but hide the JavaScript code which contains my business logic.
Is it possible?, if yes then How can I do it?
Regards