Deployment
Gin projects can be deployed easily on any cloud provider.
Qovery
Qovery provides free Cloud hosting with databases, SSL, a global CDN, and automatic deploys with Git.
Follow the Qovery guide to deploy your Gin project.
Render
Render is a modern cloud platform that offers native support for Go, fully managed SSL, databases, zero-downtime deploys, HTTP/2, and websocket support.
Follow the Render guide to deploying Gin projects.
Google App Engine
GAE has two ways to deploy Go applications. The standard environment is easier to use but less customizable and prevents syscalls for security reasons. The flexible environment can run any framework or library.
Learn more and pick your preferred environment at Go on Google App Engine.
Last modified February 21, 2021 : Add Qovery as a deployment option (#159) (558270c)