note: this might be a noob question! I genuinely searched for ways and couldn’t find it, all the references are pointing to this only: Production Setup
Is there a way to deploy the frappe custom app as binary?
currently, I could deploy it via source code but let’s say I don’t want to share my code with any other system.
for ex: FE(Frontend): mobile apps are distributed in the app store as binary like .ipa or .apk for iOS & AOS respectively and packaged for windows as .exe & for mac as .pkg
for ex: BE(Backend): server apps are written in Java, and I guess, it is deployed as a jar file, is there any similar way wrt deploying frappe apps?
note: this ask is for both FE & BE apps.