There are 2 repositories under go-web topic.
A growing collection of beautifully designed UI components for Go and templ. Install via CLI. Customize everything. Own your code.
HTTP Echo is a go web server that echos back the arguments given to it. Multi-platform supported.
Small apps I wrote while learning Go programming language.
A neat little web library to help you write cleaner HTTP request handlers!
The Go-Web framework
Burn Web Framework
Package middlewares aims to create a set of commonly used middleware http.Handlers for use with the default http package. All handlers only takes a http.Handler as an argument, and returns only http.Handler, to more easily be chained with handler chain libraries (.e.g. https://github.com/justinas/alice). Documentation https://godoc.org/github.com/hawry/middlewares
This project is an example to develop API and Web UI applications using Go. It provide that searching the Marvel comic characters and show the character's information on the Web UI through Marvel API.
⚡︎ Universal and fast link previewing service
This is a stripped version of modern-go-application. I removed the sample application to keep it clean for further development
Modern Go Application example. This a bootstrap cloned as is to save the original template
Counter applications in Go
A 42 School project that implements a containerized application infrastructure using Docker. Includes NGINX with TLS, WordPress+PHP-FPM, MariaDB, plus bonus services like Redis, FTP, Adminer, and a static Go website.
The repository has the sample Web applications with different functionality and libraries basic Authentication example, Gorilla Mux for routing etc.
🚀 Simplify database interactions with GORM, a powerful ORM for Go that enhances productivity and streamlines data management.
A modern employee management system built with Go and Fiber. Features employee profiles, skill tracking, and search capabilities. Docker and Kubernetes ready.
🎨 Transform text into beautiful ASCII art with multiple banner styles. Lightweight Go web app with Docker support. Features Standard, Shadow, and Thinkertoy banners with download functionality.
A modern web forum application built with Go featuring user authentication, post creation with image uploads, commenting system, voting mechanism, and category-based organization. Includes session management and SQLite database.
Interactive Web based Interpreter written in pure GO.