Top 6 Go web-development Projects
-
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; });
-
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.
-
Project mention: Pagoda: Rapid, easy full-stack web development starter kit in Go | news.ycombinator.com | 2024-09-29
-
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-03That'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
-
-
-
optic
A simplified, generic, entity based web library for golang that's drop in compatible with net/http (by nanvenomous)