I have a JS app that I want to convert to native executable file that can run on any OS by double clicking without any need of downloading and running any script on the terminal.
I am just wondering if this is even possible. If yes can you please tell me how to achieve this functionality?
EDIT: Rephrasing the question as it was having XY Problem associated with it
I have a codebase for my work that requires mysql and redis, there are many parts for FE and BE and I want to start all the necessary services and correct version of node to launch the app with a single click.
So the thing that I want to achieve here is an executable file that can launch mysql, redis, php and my node app sequentially on just a click. Since my colleagues work on different OS I want to create a universal binary that can work on any OS.