Gin
A simple webserver written in Go using Gin
gin
railwayapp-templates/gin
Just deployed
Overview
Gin is a web framework written in Golang. It features a Martini-like API, but with performance up to 40 times faster than Martini. If you need performance and productivity, you will love Gin.
This template creates a simple Go server with Gin.
Highlights
- Fast
- Middleware support
- Crash-free
- JSON validation
- Routes grouping
- Error management
- Rendering built-in
- Extendable
Learn More
Template Content