Go web-development

Open-source Go projects categorized as web-development

Top 6 Go web-development Projects

web-development
  1. esm.sh

    A nobuild content delivery network(CDN) for modern web development.

    Project mention: Turn your phone into a wireless Joy-Con with SyncoPath | dev.to | 2025-03-23

    import { provideSocketClient, } from "https://esm.sh/@dobuki/[email protected]"; // Connect to a server and a room const socketClient = provideSocketClient({ host: "demo.dobuki.net", room: "dev.to/jacklehamster", }); socketClient.setData("greeting", "hello, now is " + new Date()); socketClient.observe("greeting").onChange(value => { document.querySelector("#label").textContent = value; });

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. pagoda

    Rapid, easy full-stack web development starter kit and admin panel in Go

    Project mention: Pagoda: Rapid, easy full-stack web development starter kit in Go | news.ycombinator.com | 2024-09-29
  4. gowebly

    🔥 A next-generation CLI tool that makes it easy to create amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js, and the most popular CSS frameworks on the frontend.

    Project mention: Dependency management fatigue, or why I forever ditched React for Go+Htmx+Templ | news.ycombinator.com | 2024-12-03

    That's Go's out-of-the-box experience. Maybe you're looking for something to scaffold projects? There are plenty around, I've been using https://gowebly.org

  5. rql

    Resource Query Language for REST

  6. webutil

    Utility package for web development in Go

  7. optic

    A simplified, generic, entity based web library for golang that's drop in compatible with net/http (by nanvenomous)

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 web-development discussion

Log in or Post with

Go web-development related posts

  • Going back to basics with Zero-Build React: The Ultimate Development Guide to Modern ESM CDNs with React 19

    1 project | dev.to | 2 Mar 2025
  • Building a new programming language...

    1 project | /r/golang | 4 Apr 2022

Index

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

# Project Stars
1 esm.sh 3,450
2 pagoda 2,437
3 gowebly 1,097
4 rql 352
5 webutil 18
6 optic 10

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?