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 :)
Asked
Active
Viewed 1,371 times
3
-
Your Python code will not be visible, only the front-end code will be – Amin Alaee May 23 '17 at 08:13
1 Answers
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