I have a web based product and am looking to convert that into a product that can be hosted within a firewall (or) hosted locally by the clients.
Some of the challenges i foresee are:
- prevention of piracy
- support
- maintaining patches and versions (releases)
- source control (incase of customization)
Please share some of your experiences on this..
From stackoverflow
-
Have you considered the possibility of delivering a thin client? You could deploy a large amount of the application to them, but maintain core logic and functionality on a hosted server that you control and provide access via web services?
0 comments:
Post a Comment