Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To get started, take a look the [installation](#installation) steps, [usage](#co
- [Docker](#docker)
- [Fly.io](#flyio)
- [Cloud Foundry](#cloudfoundry)
- [Google Cloud Run](#google-cloud-run)
- [Recommended resources](#recommended-resources)
- [Production notes](#production-notes)
- [Scalability](#scalability)
Expand Down Expand Up @@ -200,6 +201,12 @@ Start the application
cf start imaginary-inst01
```

### Google Cloud Run

Click to deploy on Google Cloud Run:

[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)

### Recommended resources

Given the multithreaded native nature of Go, in terms of CPUs, most cores means more concurrency and therefore, a better performance can be achieved.
Expand Down
23 changes: 0 additions & 23 deletions app.json

This file was deleted.