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 […]
Would this be considered Single Tenant or Multi-Tenant?
As a company, we lease a managed server from a provider. In that sense, our server is a single tenant server. On this server, we have multiple customer databases. Each customer has its own database.
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, […]
Why use iFrames in a web application? [closed]
Closed 9 years ago.
Why use iFrames in a web application? [closed]
Closed 9 years ago.
Managing customer-specific modules in a composer/PHP-based SaaS
I’m developing a business-to-business SaaS.
Managing customer-specific modules in a composer/PHP-based SaaS
I’m developing a business-to-business SaaS.
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.