I'm trying to assess the pros and cons of developing a SEO tool as a web-based online application (works via an online interface) versus a desktop software application (installed and residing on your machine). What are your views on the pros/cons of each?
Simplified, the tool will access several Google APIs, retrieve the data, store it and then process/filter/present to the user.
**** Edit ****
I'm summarizing the responses here:
Web-based
Pros:
Portability
Cross-platform
Cons:
Limited privacy
Provider dependency (availability, security, scalability, etc.)
Internet access required
Data stored remotely
Desktop
Pros:
Privacy, annonymity
Independent from 3rd parties
Data stored locally
Doesn't need Internet access to work
Cons:
Install needed (trust issues)
Platform-specific (Win or Mac)
Simplified, the tool will access several Google APIs, retrieve the data, store it and then process/filter/present to the user.
**** Edit ****
I'm summarizing the responses here:
Web-based
Pros:
Portability
Cross-platform
Cons:
Limited privacy
Provider dependency (availability, security, scalability, etc.)
Internet access required
Data stored remotely
Desktop
Pros:
Privacy, annonymity
Independent from 3rd parties
Data stored locally
Doesn't need Internet access to work
Cons:
Install needed (trust issues)
Platform-specific (Win or Mac)
Last edited: