mirror of
https://github.com/255kb/stack-on-a-budget.git
synced 2021-05-13 03:06:20 +03:00
Add Render.com
Please consider adding Render under the Static App Hosting category. [Pricing page](https://render.com/pricing) * *Free tier*: includes CDN, automatic CD from git, custom domains with fully managed SSL, unlimited collaborators * *Pros*: no credit card needed to sign up * *Limitations*: 100 GB/month in egress bandwidth included * *Exceeding the free tier*: Usage above bandwidth is charged at $0.10/GB
This commit is contained in:
@@ -179,6 +179,7 @@ Please also have a look to the [List of excluded services](pages/excluded-servic
|
||||
- [GitHub Pages](pages/static-app-hosting.md#github-pages)
|
||||
- [GitLab Pages](pages/static-app-hosting.md#gitlab-pages)
|
||||
- [netlify](pages/static-app-hosting.md#netlify)
|
||||
- [Render](pages/static-app-hosting.md#render)
|
||||
- [surge](pages/static-app-hosting.md#surge)
|
||||
- [Vercel](pages/static-app-hosting.md#vercel)
|
||||
- [**User authentication**](pages/user-authentication.md)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Static app hosting
|
||||
|
||||
<!-- TOC depthFrom:2 -->
|
||||
<!-- TOC depthfrom:2 -->
|
||||
|
||||
- [AWS S3](#aws-s3)
|
||||
- [Cloudflare Pages](#cloudflare-pages)
|
||||
@@ -9,7 +9,9 @@
|
||||
- [GitHub Pages](#github-pages)
|
||||
- [GitLab Pages](#gitlab-pages)
|
||||
- [netlify](#netlify)
|
||||
- [Render](#render)
|
||||
- [surge](#surge)
|
||||
- [Vercel](#vercel)
|
||||
|
||||
<!-- /TOC -->
|
||||
|
||||
@@ -68,6 +70,16 @@
|
||||
* *Pros*: offers continuous deployment, custom redirect rules, git repositories integration, webhooks and notifications (for integration with third parties services)
|
||||
|
||||
|
||||
## Render
|
||||
|
||||
[Pricing page](https://render.com/pricing)
|
||||
|
||||
* *Free tier*: includes CDN, automatic CD from git, custom domains with fully managed SSL, unlimited collaborators
|
||||
* *Pros*: no credit card needed to sign up
|
||||
* *Limitations*: 100 GB/month in egress bandwidth included
|
||||
* *Exceeding the free tier*: Usage above bandwidth is charged at $0.10/GB
|
||||
|
||||
|
||||
## surge
|
||||
|
||||
[Pricing page](http://surge.sh/pricing)
|
||||
|
||||
Reference in New Issue
Block a user