02-11-2023, 11:57 PM
That's a great question.
BASIC Anywhere Machine is just one HTML file.
It is a client-side application meant to work offline, requiring no server.
As far as I know, there is no way to hide the content of a client-side HTML file.
The usual approach is by somewhat obfuscating the code with a "minifier" tool that makes the code really hard to read.
Related reading: https://www.freecodecamp.org/news/javasc...%20results.
BASIC Anywhere Machine is just one HTML file.
It is a client-side application meant to work offline, requiring no server.
As far as I know, there is no way to hide the content of a client-side HTML file.
The usual approach is by somewhat obfuscating the code with a "minifier" tool that makes the code really hard to read.
Related reading: https://www.freecodecamp.org/news/javasc...%20results.