So we know how most programs, other than the open source ones, don't give their code out. Why not do this on a website. For example, when you click on "View Source" or "Inspect Element", to get a message saying that the information is confidential or something like that. IS it possible?
Is it possible to make a website "closed source"?
Collapse
X
-
Tags: None
-
That's because the http protocol transfers code directly and browsers interpret the code.
To make your web site closed source, you can make the entire thing in a third party language, such as flash or java or silverlight. This transfers compiled programs instead of code. But it also requires that the end user install a third party plug in to view the site. -
Oh thanks, that was very helpful. But so there is no way to make languages that normally do not require compiling to be closed source?Comment
Comment