Skip to content

Commit

Permalink
Added Openode and Unubo
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed May 5, 2020
1 parent c59163c commit a597450
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ Please also have a look to the [List of excluded services](pages/excluded-servic
- [Google Compute Engine](pages/app-hosting.md##google-compute-engine)
- [Heroku](pages/app-hosting.md#heroku)
- [IBM Cloud](pages/app-hosting.md#ibm-cloud)
- [OpeNode](pages/app-hosting.md#openode)
- [OpenShift](pages/app-hosting.md#openshift)
- [Unubo](pages/app-hosting.md#unubo)
- [Zeit Now](pages/app-hosting.md#zeit-now)
- [**Application performance monitoring**](pages/application-performance-monitoring.md)
- [Opbeat](pages/application-performance-monitoring.md#opbeat)
Expand Down
15 changes: 15 additions & 0 deletions pages/app-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
- [Google Compute Engine](#google-compute-engine)
- [Heroku](#heroku)
- [IBM Cloud](#ibm-cloud)
- [OpeNode](#openode)
- [OpenShift](#openshift)
- [Unubo](#unubo)
- [Zeit Now](#zeit-now)

<!-- /TOC -->
Expand Down Expand Up @@ -91,6 +93,12 @@ Scalable, high-performance virtual machines
* *Free tier*: 512MB/month
* *Pros*: can deploy multiple smaller instance for free for a total of 512MB (4x128MB, 2x256MB...), supports multiple languages (Java, JS, Go, PHP, Python Ruby), supports containers

## OpeNode

[Pricing page](https://www.openode.io/pricing)
* *Free tier*: 100MB RAM, 1GB Storage, 100GB Bandwidth / Month
* *Limitations*: Your code will be open-sourced unless you declare your project is educational (for students)

## OpenShift

[Pricing page](https://www.openshift.com/pricing/index.html)
Expand All @@ -99,6 +107,13 @@ Scalable, high-performance virtual machines
* *Pros*: gears can be used to deploy apps in a lot of languages and/or databases, many deployment templates are provided
* *Limitations*: deployment requires installation of OpenShift app, 'idle' apps take longer to load (>30s)

## Unubo

[Pricing page](https://unubo.com/pricing)
* *Free tier*: 1 GB RAM, 1 CPU, and 500 MB storage, custom domain support
* *Pros*: Multiple language support (Node, Python, Go, Ruby and static sites), free automated SSL certificate renewals
* *Limitations*: No paid plans - seems new

## Zeit Now

[Pricing page](https://zeit.co/now#pricing)
Expand Down

0 comments on commit a597450

Please sign in to comment.