Go Backend

Open-source Go projects categorized as Backend

Top 23 Go Backend Projects

  • pocketbase

    Open Source realtime backend in 1 file

  • Project mention: Wouldn't it be cool to have a Supabase for SQLite? | news.ycombinator.com | 2024-04-25

    It's an obvious question, but have you looked into Pocketbase?

    https://github.com/pocketbase/pocketbase

  • nakama

    Distributed server for social and realtime games and apps.

  • Project mention: Game Server Framework Recommendation | /r/golang | 2023-07-09

    nakama: https://github.com/heroiclabs/nakama

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

    Encore is the Backend Development Platform purpose-built to help you create event-driven and distributed systems.

  • Project mention: Build and deploy a REST API with Postgres database in TypeScript | dev.to | 2024-04-15

    In this tutorial you will create a REST API for a URL Shortener service using Encore for TypeScript, a new way of building fully type-safe and production-ready distributed systems in TypeScript using declarative infrastructure.

  • simplebank

    Backend master class: build a simple bank service in Go

  • go-backend-clean-architecture

    A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.

  • Project mention: Finding The Best Go Project Structure | /r/golang | 2023-05-23

    I find this one nice https://github.com/amitshekhariitbhu/go-backend-clean-architecture

  • create-go-app

    ✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command. (by create-go-app)

  • gobetween

    :cloud: Modern & minimalistic load balancer for the Сloud era

  • SaaSHub

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

    SaaSHub logo
  • Goyave

    🍐 Elegant Golang REST API Framework (v5 release candidate available)

  • Project mention: Which is the best framework to create web apps with go? | /r/golang | 2023-06-29

    Take a look at Goyave, it is inspired by Laravel on some aspects. It's focused on REST APIs only. I wouldn't say it's "the best" because there is no best, it always depends on your needs. Anyway, yesterday I released the first preview version of the v5, a rewrite of the framework trying to solve many weak points of the previous version. It's poorly documented for now because it is still WIP and I wouldn't recommend building production applications with it. Stick to v4 for this for now.

  • blockbook

    :blue_book: Trezor address/account balance backend

  • hasura-auth

    Authentication for Hasura.

  • kurtosis

    A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.

  • Project mention: Cool Devtool Websites? | dev.to | 2024-02-06
  • authz

    🛡️ Authorization backend that comes with a UI for RBAC and ABAC permissions

  • odysee-api

    API server for Odysee

  • Project mention: Gitlab confirms it's removed Suyu, a fork of Nintendo Switch emulator Yuzu | news.ycombinator.com | 2024-03-22

    https://odysee.com/@rossmanngroup:a/the-downfall-of-amazon-d...

    With legalized gov corruption (lobbying) and media campaigns to brainwash us into thinking how amazing all these megacorps are, of course most people think a centralized internet is the bee's knees. These people don't have time to crawl through these niche information channels and find out how these user-hostile corporations operate. The people see pretty colors and drool in response. We're given enough time to work, make some babies and die.

  • kubetunnel

    Develop microservices locally while being connected to your Kubernetes environment

  • simpleiot

    Simple IoT cloud/edge application/framework

  • yokai

    Simple, modular, and observable Go framework for backend applications. (by ankorstore)

  • Project mention: Yokai - a simple, modular and observable Go framework for backend applications. | dev.to | 2024-04-20

    Don't hesitate to visit the Yokai repository to find the technical documentation, starting guides and demo applications!

  • gosane

    A sane and simple Go REST API template.

  • cli

    Nhost CLI (by nhost)

  • keel

    Keel is an all-in-one backend platform that is designed to give you everything you need to build your product. (by teamkeel)

  • Project mention: Show HN: Keel – A schema-driven back end engine with Go and TypeScript | news.ycombinator.com | 2024-03-12

    Hi HN,

    I’m one of the creators of Keel and we're excited (and nervous in equal measures) to be sharing this.

    We built Keel on two principles:

    1. A backend is much more than just a database. A scalable backend platform should be grounded in engineering best practices and come complete with a full suite of services without having to wire 10 SaaS products together

    2. A backend should not be an engineering black box and should be designed from day one to support the entire organisation over time and scale.

    Keel is a schema driven backend engine. Define your data model, api actions, permissions, events and jobs in type-safe schemas and get a production-ready backend. All the API plumbing, auth (OIDC/SSO) and core CRUD is handled automatically and you can extend everything with typescript (the core runtime is Go). Your schema actions and custom code are also instantly transformed into internal tooling UI for your whole org.

    The Keel platform deploys infrastructure based on your schema’s requirements. You get Postgres, serverless functions, event queues, cron jobs, secret management and multiple environments all wrapped up with OTEL compatible tracing.

    We’re very early but we’d love to hear any feedback!

    P.S. The Keel runtime is open source (https://github.com/teamkeel/keel) and can be self hosted. The Keel platform then provides fully managed infrastructure and internal tooling. We’ll be launching a BYOC option soon.

  • Simple CRUD App w/ Gorilla/Mux, MariaDB

    Simple CRUD Application with Go, Gorilla/mux, MariaDB, Redis.

  • mailbear

    Self hosted forms backend

  • GraphQL-Go-onepieceAPI

    Basic One Piece (famous manga) API developed in Go & GraphQL, returns the Strawhats crew information, and give you the possibility to create new pirates & crews.

  • turbo

    🌀 Turbocharging Go app development (by asim)

  • Project mention: Turbo – Turbocharge your API back end with AI | news.ycombinator.com | 2023-06-21
  • 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 Backend related posts

  • Wouldn't it be cool to have a Supabase for SQLite?

    3 projects | news.ycombinator.com | 25 Apr 2024
  • Gitlab confirms it's removed Suyu, a fork of Nintendo Switch emulator Yuzu

    3 projects | news.ycombinator.com | 22 Mar 2024
  • Deploying Pocketbase with Docker, Nginx and SSL

    2 projects | dev.to | 15 Feb 2024
  • No longer accepting donations (Pocketbase)

    1 project | news.ycombinator.com | 22 Jan 2024
  • Pocketbase: Open-source back end in 1 file

    15 projects | news.ycombinator.com | 6 Jan 2024
  • Images altered to trick machine vision can influence humans too

    1 project | news.ycombinator.com | 2 Jan 2024
  • At this point we should all be considering a boycott.

    1 project | /r/youtube | 8 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 4 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 pocketbase 33,430
2 nakama 8,349
3 Encore 4,556
4 simplebank 3,976
5 go-backend-clean-architecture 3,694
6 create-go-app 2,334
7 gobetween 1,888
8 Goyave 1,415
9 blockbook 627
10 hasura-auth 363
11 kurtosis 273
12 authz 227
13 odysee-api 224
14 kubetunnel 185
15 simpleiot 160
16 yokai 151
17 gosane 82
18 cli 74
19 keel 74
20 Simple CRUD App w/ Gorilla/Mux, MariaDB 73
21 mailbear 63
22 GraphQL-Go-onepieceAPI 61
23 turbo 42

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