|
|
|
|
|
by me_me_mu_mu
1552 days ago
|
|
Use managed services for any crud services like your REST api or whatever with auto scaling. Use firebase auth (free at all scales) and Firestore for real time updates and firebase messaging for notifications. You can use it for static content hosting too. I’m still working on my idea but I ran some cost and performance simulations and this setup should work well enough at scale at a low cost that once it’s an issue I’m sure I will have enough money to hire experts to build custom solutions to fill any gaps. |
|