19 lines
584 B
Markdown
19 lines
584 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
|
|
|
|
## Motivación
|
|
|
|
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.
|