Goyave an opinionated all-in-one Golang web framework focused on REST APIs, with emphasis on code reliability, maintainability and developer experience (DX).
In short, Goyave's goals are:
- Catering to companies with enterprise-level clean architecture, for medium to large projects
- Help developers focus on the business logic of their application instead of spending time on technical aspects
- Provide an all-in-one package with no setup friction
- Provide all the features a typical project needs without bloating or magic
- Provide an optimal setup for the real-world
- Ensure robust, reliable and resilient code
- Stay open and hackable despite being opinionated
- Make backend development easy and enjoyable
- Keep a clear and extensive documentation so developers can always find the answer to their questions
Goyave's non-goals are:
- Hyper-optimisation and performance
- Small projects and prototypes
- Providing control on low-level networking
- Providing tools for front-end development
If you feel like the above description fits your needs, welcome! Feel free to read the full documentation on goyave.dev. This website contains the documentation and guides on how to use the framework to its fullest, so you can start creating value for your business.
You can also take a look at the example project.
Routing, Controllers, Middleware, Request parsing, Advanced validation, Business transactions, Authentication, Configuration, Testing utilities, Database support and ORM, Localization, Advanced error handling, Structured logging, CORS, Support for file systems, Websockets, Dynamic filtering and pagination using query parameters, DTO conversion and model mapping, and the list goes on...
If you want to learn more, all features are documented on goyave.dev.
Thank you for considering contributing to the Goyave framework! You can find the contribution guide in the documentation.
For financial support, you can support me on Github Sponsor: ❤ Sponsor me!
I'm very grateful to my patrons, sponsors and donators:
- Ben Hyrman
- Massimiliano Bertinetti
- ethicnology
- Yariya
- sebastien-d-me
- Nebojša Koturović
A big "Thank you" to the Goyave contributors:
- Kuinox (Powershell install script)
- Alexandre GV. (Install script MacOS compatibility)
- jRimbault (CI and code analysis)
- Guillermo Galvan (Request extra data)
- Albert Shirima (Rate limiting and various contributions)
- Łukasz Sowa (Custom claims in JWT)
- Zao SOULA (Custom
gorm.Config{}
in config file) - Ajtene Kurtaliqi (Documentation landing page)
- Louis Laurent (
gyv
productivity CLI) - Clement3 (
search
feature ongoyave.dev/filter
) - Darkweak (
HTTP cache, RFC compliant
middleware based on Souin HTTP cache system) - Jason C Keller (Testify interface compatibility)
- saltyFamiliar (
DoesntStartWithValidator
) - Muhammad Meganata Adam (
DoesntEndWithValidator
,KeysInValidator
) - BowlOfSoup (
Required
flag in configuration entries,ParseErrorStatusHandler
) - AidanKenney (Clickhouse support, compression encoders)
- SallesCosta (Slog discard logger)
The Goyave framework is MIT Licensed. Copyright © 2024 Jérémy LAMBERT (SystemGlitch)