什么是保护专有HTML / CSS / JavaScript的最好方法? [英] What's the best way to protect proprietary HTML/CSS/JavaScript?

查看:92
本文介绍了什么是保护专有HTML / CSS / JavaScript的最好方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用HTMl,CSS和JavaScript编写了一个强大,可扩展和相当复杂的网站引擎。我不想让它被撕掉,我想知道是否有任何方式来保护源代码不被客户看到。

I am writing a robust, scalable, and fairly complex website engine using HTMl, CSS, and JavaScript. I don't want it to get ripped off, and I'm wondering if there's any way to protect the source from being viewed in the client.

我特别关注关于JavaScript,我想知道如果我可以保护它通过托管在单独的文件,无法直接查看。

I am particularly concerned about the JavaScript, and I'm wondering if I can protect it by hosting it in seperate files that cannot be viewed directly. I have full control of my web server, and I can alter any settings to accomodate.

推荐答案

无论如何模糊代码,我都可以改变任何设置。 ,任何人都可以复制你在做什么只是看到它。

Regardless of how you obfuscate the code, anyone can replicate what you are doing just be seeing it. It might take a little longer to write it from scratch, but there's not much you can do about that.

您的唯一真正的保护选项涉及版权的代码,并且潜在的,提交专利。如果你正在做的是真正不同的,那么专利可能是最好的方式。

Your only true options for protection involve copyrighting the code and, potentially, filing a patent. If what you are doing is truly different, then a patent is probably the best way to go.

通常,应用程序中的值实际上是在支持区域。换句话说,如果他们觉得你会在足够长的时间里支持它,人们就会买它。在你定价时要注意这一点。

Typically the value in your application is really going to be in the support area. In other words, people will buy it if they feel that you will be around long enough to support it. Be aware of this as you price it.

你会发现有一些会简单地窃取你的代码并重用它。不要太担心他们,因为他们不会支付客户反正。相反,让您的客户轻松购买和使用您的东西。确保您提供支持;这是真正的价值来自哪里。

You're going to find that there will be some that will simply steal your code and reuse it. Don't worry too much about them as they weren't going to be paying customers anyway. Instead, make it easy for your own customers to buy and use your stuff. Make sure you provide support; that's where the real value is going to come from.

这篇关于什么是保护专有HTML / CSS / JavaScript的最好方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆