Hi,
I’m trying to Compare the yearly cost of a Xojo-Made “new” website…against other Web builder Tools.
Target is:
- small traffic, 20 concurrent users, basic database driven Administrative type website.
Estimate:
Hosting plan (50$/mth)
the Xojo Web (400$) License
…is there any other Xojo elements I should ye tinclude for a more precise estimate ?
…
Thanks
The absolutely brilliant thing about the Xojo IDE being free is that you don’t need any licenses at all to run a Xojo App, you just can’t build it. So you could install xojo on a server in your office and run the entire app in debug mode. And because Web Apps are built standalone in Debug mode you don’t need much in the way of a server. If this app was for internal use a Mac Mini would do the job and be the db host as well (and you wouldn’t need the 50$ hosting cost either). You’re only talking 20 users here! If you want to run on Windows though you’ll need a Server license to overcome the artificial limitations on the Workstation OS versions.
If your application is available to the public don’t do any of this - you need a built version of your app.
Thanks Wayne,
Yep I realized that very cool Xojo feature and may go that way if any Client shows up with such an intranet need !
Meanwhile I have to target the internet config.
…
Would my Xojo 2013 allow me to test a Postgresql based WebApp (dev version not production) - without buying the DB Lic, still ?
I can install a server, I just don’t know if I would need to buy the DB Licence along.