ron-gola/README.md

18 lines
582 B
Markdown

# Ron Gola
Ron is a framework inspired by [Gin Web Framework](https://github.com/gin-gonic/gin)
that shares some similarities. If you have worked with Gin, everything will feel
familiar.
## Features
- No dependencies
- HTML file processing and output
- Ready-to-use pagination
- Binding form inputs and JSON to structured types
## Motivation
It was created from the need to explore the standard library in depth and the
challenge of making a project with zero dependencies. With Go version 1.22, it
was the perfect opportunity thanks to the changes made in the http package.