utron alternatives and similar packages
Based on the "Web Frameworks" category.
Alternatively, view utron alternatives based on common mentions on social networks and blogs.
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. -
Iris
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket: -
Gorilla WebSocket
DISCONTINUED. A fast, well-tested and widely used WebSocket implementation for Go. -
GoFrame
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. -
goa
๐ Goa: Elevate Go API development! ๐ Streamlined design, automatic code generation, and seamless HTTP/gRPC support. โจ -
GoFr
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability. -
Huma
A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Go backed by OpenAPI 3 and JSON Schema. -
Faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc. -
go-server-timing
DISCONTINUED. Go (golang) library for creating and consuming HTTP Server-Timing headers -
golongpoll
golang long polling library. Makes web pub-sub easy via HTTP long-poll servers and clients :smiley: :coffee: :computer:
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of utron or a related project?
Popular Comparisons
README
[utron logo](utron.png)
utron
utron
is a lightweight MVC framework in Go (Golang) for building fast, scalable and robust database-driven web applications.
Features
- [x] Postgres, MySQL, SQLite and Foundation database support
- [x] Modular (you can choose which components to use)
- [x] Middleware support. All alice compatible Middleware works out of the box
- [x] Gopher spirit (write golang, use all the golang libraries you like)
- [x] Lightweight. Only MVC
- [x] Multiple configuration files support (currently json, yaml, toml and hcl)
Overview
utron
is a lightweight MVC framework. It is based on the principles of simplicity, relevance and elegance.
Simplicity. The design is simple, easy to understand, and doesn't introduce many layers between you and the standard library. It is a goal of the project that users should be able to understand the whole framework in a single day.
Relevance.
utron
doesn't assume anything. We focus on things that matter, this way we are able to ensure easy maintenance and keep the system well-organized, well-planned and sweet.Elegance.
utron
uses golang best practises. We are not afraid of heights, it's just that we need a parachute in our backpack. The source code is heavily documented, any functionality should be well explained and well tested.
Motivation
After two years of playing with golang, I have looked on some of my projects and asked myself: "How golang is that?"
So, utron
is my reimagining of lightweight MVC, that maintains the golang spirit, and works seamlessly with the current libraries.
Installation
utron
works with Go 1.4+
go get github.com/gernest/utron
For the Old API use
go get gopkg.in/gernest/utron.v1
Tutorials
Sample application
Contributing
Start with clicking the star button to make the author and his neighbors happy. Then fork the repository and submit a pull request for whatever change you want to be added to this project.
If you have any questions, just open an issue.
Author
Geofrey Ernest
Twitter : @gernesti
Acknowledgements
These amazing projects have made utron
possible:
Licence
This project is released under the MIT licence. See [LICENCE](LICENCE) for more details.