3

I know I can make python executable but how do I hide the source code for Flask application which sends data to the frontend - html,javascript,css etc.. I am using a common deployment server - hence the need :)

1 Answers1

0

If you don't have your back-end logic displayed on any sort of public repository, and the company you use has a secure server network - nobody will see your code. That's why it's called "back-end" development :)

It's impossible for you to hide front-end code, like HTML, CSS, and JavaScript.

Kyle Holmberg
  • 1,059
  • 9
  • 21