Anyone here have any thoughts on AppEngine vs Heroku? I use AppEngine for my experimental projects because I can get a simple data model and some handlers running in minutes and a (supposedly automatically scalable) useful backend up in less than a day, and at very low cost. (Virtually free if I use an *.appspot.com domain). You do get lockin issues but don't you also get lockin from Heroku? Is there big advantages t…
You get lockin issues with any vendor - even server colocation :) AppEngine is a great tool for a great price. It scales smoothly with an affordable increase in pricing. Heroku is sort of famous for getting too expensive at large scale. Their advantages are their ecosystem (most of the additional services listed in the OP can be installed quickly, and you're still only billed by Heroku), and their UIs which tend to b…
Running costs for running a web app
211–220 of 225 posts
Re: Running costs for running a web app
#212And here I am, running 7 sites on my $15/year VPS box. Yup, just $1.25/month, and the sites generate a few hundred a month th. If I moved to Heroku or AWS, my profits would definitely suffer.
According to their Stripe data, they're making between $2560 and $4700 a month with around 200 users. If your VPS box could handle that... they might still have a better business model.
Re: Running costs for running a web app
#213hey we don't know how to do those cryptics admin stuff on the command-line let buy services instead and atomise our monthly costs ...
I don't even talk about tons of open source solutions that would reduce even more the costs.
OK I'm probably biased here
Re: Running costs for running a web app
#214Earlier quoted context omitted.
One can get 15 free accounts in Zoho (10 de-facto + 5 extra), if you can refer another business. Both parties get 5 extra users. Helpful for info@, jobs@, privacy@ etc.
> Helpful for info@, jobs@, privacy@ etc. I don't know about Zoho, but in case of Google Apps, they allow you a configuration to route all mail through a host of yours which would allow you to create these aliases without having to pay for actual accounts. At lest that's what I'm doing at our place. All mail to our domain goes to our MX which does alias expansion and then forwards is to Google Apps (after making a ba…
Re: Running costs for running a web app
#215This is a lot of money. I am running my startup for less than $250.00 a month. This is all server costs. Without a doubt, this cost has increased over time, but in the beginning of the startup, it was just $20 or $30 a month. Ive built and home grown all of these products or at least what I needed in house. Shameless plug: https://rdnation.com and https://snation.com
The details of the WOT report make it seem like it could be an outdated report of spam/malware.
Re: Running costs for running a web app
#216Unfortunately even that is pretty expensive given how weak my country's currency is against the dollar.
Re: Running costs for running a web app
#217Earlier quoted context omitted.
It's a one time cost. The others are monthly costs. Most likely they're paying for a redistributable licence which is much more expensive than other licences. For instance, take a look at this font I'm currently integrating into the app I'm working on: https://www.myfonts.com/fonts/intelligent-foundry/averta/ https://www.myfonts.com/fonts/intelligent-foundry/averta/buy... If you want to put these on the web, you're p…
Correct—the font licenses were a one-time cost. Previously, I was using Typekit, but I hit an issue with the requests stalling for ~3 seconds. Apparently, Chrome has a threshold of not loading more than ~5 requests from a single external location at once, which resulted in the stall. I reached out to the font foundries and they were incredibly helpful in letting me try out the fonts for performance testing. When load…
Re: Running costs for running a web app
#218Earlier quoted context omitted.
> Helpful for info@, jobs@, privacy@ etc. I don't know about Zoho, but in case of Google Apps, they allow you a configuration to route all mail through a host of yours which would allow you to create these aliases without having to pay for actual accounts. At lest that's what I'm doing at our place. All mail to our domain goes to our MX which does alias expansion and then forwards is to Google Apps (after making a ba…
Google Apps allows you to create groups for free, or you can alias individual mailboxes (if you're okay with thing@ going to just one person). No need to run through your own middlebox. You do need to make sure that external people can send to the given group, though.
Re: Running costs for running a web app
#219Earlier quoted context omitted.
Correct—the font licenses were a one-time cost. Previously, I was using Typekit, but I hit an issue with the requests stalling for ~3 seconds. Apparently, Chrome has a threshold of not loading more than ~5 requests from a single external location at once, which resulted in the stall. I reached out to the font foundries and they were incredibly helpful in letting me try out the fonts for performance testing. When load…
Are you allowed to use these fonts in a native mobile app?
Re: Running costs for running a web app
#220Earlier quoted context omitted.
There's also StartSSL ( https://www.startssl.com ) for certificates too. You can get basic ones for free or pay a relatively cheap amount to get more a higher tier validation. I've been using them for years successfully, and when combined with SNI, I no longer need to pay for a multi-domain certificate.
StartSSL free certificates are for non-commercial use only. It is burried in the terms, but that is so.
Thankfully it doesn't affect me currently -- I'm using class 2 certificates -- but I'll be doing more research come renewal time.