Relative Content

Tag Archive for software-as-a-service

Usage of mix licensies in commercial use [duplicate]

This question already has answers here: Can I use GPL, LGPL, MPL licensed packages with my application and make it closed source? (5 answers) Closed 9 years ago. I’m developing a CMS, inside it I use many various plugins/addons wich licenses mostly like MIT, GNU, GPL (such as jQuery, nivoSlider, DataTables and so on..). After […]

Usage of mix licensies in commercial use [duplicate]

This question already has answers here: Can I use GPL, LGPL, MPL licensed packages with my application and make it closed source? (5 answers) Closed 9 years ago. I’m developing a CMS, inside it I use many various plugins/addons wich licenses mostly like MIT, GNU, GPL (such as jQuery, nivoSlider, DataTables and so on..). After […]

Usage of mix licensies in commercial use [duplicate]

This question already has answers here: Can I use GPL, LGPL, MPL licensed packages with my application and make it closed source? (5 answers) Closed 9 years ago. I’m developing a CMS, inside it I use many various plugins/addons wich licenses mostly like MIT, GNU, GPL (such as jQuery, nivoSlider, DataTables and so on..). After […]

SaaS model, 1DB per client

The context we’re building a web-based system and one of the design decisions (database related) was whether to have 1 main DB manage all client data VS having 1 DB per client. After reading a lot on the matter (especially in these forums), it appears that 1 DB per client is overall a better approach, […]

Best approach to develop / distribute proprietary module

I’ve been brainstorming for a while regarding the best approach to distribute closed-source modules. I’d like to mention that I have found similar question(s) on SE sites but don’t think this is exactly the same scenario.