Relative Content

Tag Archive for software-as-a-service

Are there any conceptual drawbacks to building a web app with C++ and MySQL?

I’ve inherited a pretty interesting project where there is a good opportunity to take an existing piece of software and turn it into a SaaS web app. As the project is inherited, the code base/ framework is already defined as C++ and MySQL. The app itself is compiled and run as an EXE on Windows Server. The UI is web based and the app works as a kind of server. From what I do know of modern web apps, this is perhaps an unusual choice. These days, most people seem to opt for a PHP framework or Ruby on Rails. Certainly that is the impression I get from reading blogs on the subject. So, I’m very interested to know if a C++ EXE backed by MySQL is a solid foundation for a web app, or whether we should be looking to build in another way?

What is the origin of the phrase “SaaS”?

Recently I heard someone say they built a “SaaS” application. At first I thought “this guy knows something new”, and I figured SaaS was some hyped enterprise framework or design pattern, but after looking up the SaaS Wikipedia page I realized it’s similar in meaning to “web app”.

Generate commercial license key for web service

Background I have a business question regarding web-based software licensing. A number of web sites offer software as a service for various APIs. A good example is Google’s Custom Search API. The process to use web services typically resembles: Account. User creates an account. Server. User defines the IP address(es) of the server(s) that will […]

How do SaaS companies provide data liberation services? [closed]

Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, […]

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 […]