Go Server Applications

Open-source Go projects categorized as Server Applications

Top 23 Go Server Application Projects

  • Caddy

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

  • Project mention: How I use Devbox in my Elm projects | dev.to | 2024-05-02

    These projects use Caddy as my local development server, Dart Sass for converting my Sass files to CSS, elm, elm-format, elm-optimize-level-2, elm-review, elm-test (only in Calculator), ShellCheck to find bugs in my shell scripts, and Terser to mangle and compress JavaScript code.

  • traefik

    The Cloud Native Application Proxy

  • Project mention: Manage a multiple websites server with Docker, Treafik and auto SSL certificates | dev.to | 2024-05-12

    Treafik as Reverse proxy

  • 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
  • etcd

    Distributed reliable key-value store for the most critical data of a distributed system

  • Project mention: Chaos (fault) testing method for etcd and MongoDB | dev.to | 2024-05-19

    so far, we have been able to do some fault simulation tests by using the fault points built in etcd. how to use these fault points can refer to the official integration test implementation of etcd-> etcd Robustness Testing. you can search for relevant codes by the name of the fault point.

  • minio

    The Object Store for AI Data Infrastructure

  • Project mention: Montrez patte blanche : tuez des mutants ! | dev.to | 2024-05-16
  • Vault

    A tool for secrets management, encryption as a service, and privileged access management

  • Project mention: Cloud Application Security – Top Threats and Best Practices | dev.to | 2024-05-14

    Automate the rotation of encryption keys at predefined intervals using solutions like AWS Key Management Services (KMS) or Hashicorp Vault. AWS KMS can integrate with other AWS services like S3, EBS, or RDS -- making key management more cohesive. You can also use AWS Secrets Manager CLI to store sensitive information safely in the cloud.

  • consul

    Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

  • Project mention: Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes | dev.to | 2023-11-23

    The JHipster scaffolded sample application has a gateway application and two microservices. It uses Consul for service discovery and centralized configuration.

  • nsq

    A realtime distributed messaging platform

  • Project mention: NSQ: Open-source realtime distributed messaging, billions of messages / day | news.ycombinator.com | 2024-01-09
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • SFTPGo

    Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob

  • Project mention: What you guys are hosting instead of Nextcloud? I'm sick of it. | /r/selfhosted | 2023-11-29

    EDIT: Thanks for the recommendations from all of you!! I've chose to use the below: - Files: sftpgo - Calendar: baikal - Notes: memos (But beware, it sends opt-out telemetry) - Network folder: webdav on sftpgo

  • RoadRunner

    🤯 High-performance PHP application server, process manager written in Go and powered with plugins

  • Project mention: Performance benchmark of PHP runtimes | dev.to | 2024-01-17

    FrankenPHP

  • easegress

    A Cloud Native traffic orchestration system

  • Project mention: Easegress: Cloud Native traffic orchestration system | news.ycombinator.com | 2024-01-17
  • Ponzu

    Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.

  • Jocko

    Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)

  • devd

    A local webserver for developers

  • Project mention: Creating your own PDF templates (not page templates!) | /r/RemarkableTablet | 2023-06-28

    Your technique is one I would turn towards as a developer who understands HTML/CSS flow so much better than I do any typesetting tool. I actually use a very similar technique for managing my CV and generating invoices for clients; I have a little "static site" generator I've written that takes JSON, throws it through a templating engine, and spits out HTML files. I then host a server in the output folder and print-to-pdf directly from there. This approach seems quite rare; I don't think enough people appreciate just how flexible CSS is or its support for common print-related tasks.

  • flipt

    Enterprise-ready, GitOps enabled, CloudNative feature management solution

  • Project mention: Ask HN: How did you build feature flags? | news.ycombinator.com | 2024-04-03

    We at https://flipt.io are putting on a buy vs build webinar in a couple of weeks to discuss this very thing as it's a common question that engineering teams seem to have.

    If you're interested in attending its taking place on LinkedIn on April 17: https://www.linkedin.com/events/buildvs-buy-pickingafeaturef...

  • wish

    Make SSH apps, just like that! 💫

  • Project mention: Ask HN: Hosting a CLI Tool via SSH? | news.ycombinator.com | 2024-03-10

    I have not tried this out but https://github.com/charmbracelet/wish - a companion to soft-serve - could be helpful to you

  • algernon

    Small self-contained pure-Go web server with Lua, Teal, Markdown, Ollama, HTTP/2, QUIC, Redis and PostgreSQL support

  • Project mention: Web Server with Support for HTTP, Lua, Markdown, JSX, BoltDB, Redis, PostgreSQL | news.ycombinator.com | 2024-03-11
  • Flagr

    Flagr is a feature flagging, A/B testing and dynamic configuration microservice

  • Rendora

    dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites

  • Trickster

    Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator

  • discovery

    A registry for resilient mid-tier load balancing and failover. (by bilibili)

  • GeoDNS in Go

    DNS server with per-client targeted responses

  • go-feature-flag

    GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution 100% Open Source. 🎛️

  • Project mention: GO Feature Flag is a simple, complete, and lightweight open source self-hosted feature flag solution alternative to Launchdarkly | /r/selfhosted | 2023-07-26
  • sdns

    A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy.

  • Project mention: SDNS: High-performance, recursive DNS resolver server with DNSSEC support | news.ycombinator.com | 2023-11-20
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Server Applications related posts

  • Chaos (fault) testing method for etcd and MongoDB

    5 projects | dev.to | 19 May 2024
  • Cloud Application Security – Top Threats and Best Practices

    1 project | dev.to | 14 May 2024
  • Manage a multiple websites server with Docker, Treafik and auto SSL certificates

    2 projects | dev.to | 12 May 2024
  • JuiceFS 1.2 Beta 1: Gateway Upgrade, Enhanced Multi-User Permission Management

    2 projects | dev.to | 5 May 2024
  • Traefik Proxy v3.0.0 Released

    1 project | news.ycombinator.com | 29 Apr 2024
  • Why Does Windows Use Backslash as Path Separator?

    4 projects | news.ycombinator.com | 24 Apr 2024
  • How to securely reverse-proxy ASP.NET Core web apps

    3 projects | dev.to | 4 Apr 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 20 May 2024
    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. Learn more →

Index

What are some of the best open-source Server Application projects in Go? This list will help you:

Project Stars
1 Caddy 54,259
2 traefik 48,291
3 etcd 46,505
4 minio 44,548
5 Vault 29,782
6 consul 27,865
7 nsq 24,605
8 SFTPGo 8,227
9 RoadRunner 7,713
10 easegress 5,710
11 Ponzu 5,645
12 Jocko 4,885
13 devd 3,393
14 flipt 3,338
15 wish 3,098
16 algernon 2,660
17 Flagr 2,372
18 Rendora 1,997
19 Trickster 1,955
20 discovery 1,768
21 GeoDNS in Go 1,354
22 go-feature-flag 1,089
23 sdns 909

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com