Executable/installable files with electron FE and python BE
I have a problem with my current project.
I have a backend written in python which i complain with pyinstaller to an exe.
The py BE communicate with websockets with the FE written in JS/hmtl/css.
I got it working the I can compile with electron everything together to an installer for windows and mac (so no browser version, standalone exe) but somehow, I can not get it done anymore and don’t find the guide/docs which I used in the first time.