How do I deploy a Golang REST API on DigitalOcean as you do for production?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  • Step 2: Install Caddy on the server. https://caddyserver.com/ Caddy is a great webserver that can deal with all those pesky https issues. Read its documentation and set it up as a reverse proxy pointing to your own project.

  • go-devsecops-pipeline

    An example of a devsecops pipeline for the GO programming language using GitHub Actions (by toul-codes)

  • Here's a repo that shows how GO files should be structured for running in AWS EB on the Docker Platform (pay attention to the main.go server port number as that is required)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • certmagic

    Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal

  • If you don't want to move certificate management to a different service, use CertMagic in your app.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • caddy v2.5.1 adds support for Authelia and other authentication providers

    4 projects | /r/selfhosted | 9 May 2022
  • Go HTTPS Servers with TLS

    3 projects | news.ycombinator.com | 12 Apr 2021
  • Do you handle TLS/HTTPS termination in go code, or relly on another service (NGINX, Load Balancer, F5, Heroku, PaaS, etc)?

    4 projects | /r/golang | 29 Sep 2021
  • Recent 'MFA Bombing' Attacks Targeting Apple Users

    2 projects | news.ycombinator.com | 27 Mar 2024
  • 10 reasons you should quit your HTTP client

    5 projects | dev.to | 15 Nov 2023