I have an app (written in go) that can serve 200 req/sec on the smallest instance.
App engine works very well for me. I like not having to ever think about scaling. If i was anal about penny pinching (and if I was out of the free tier) then I could stick it in conpute engine and still have access to the data store but would have to manage the scaling and instance starting myself - at a reduced cost).
App engine works very well for me. I like not having to ever think about scaling. If i was anal about penny pinching (and if I was out of the free tier) then I could stick it in conpute engine and still have access to the data store but would have to manage the scaling and instance starting myself - at a reduced cost).