An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.5% on proxy.golang.org
Top 4.8% dependent repos on proxy.golang.org
Top 2.1% forks on proxy.golang.org

proxy.golang.org : github.com/gernest/utron

Package utron is a lightweight MVC framework for building fast, scalable and robust web applications Utron is built with focus of composability. This means, you can reap all the benefit of using utron while maintaining harmony with existing libraries and frameworks. * Session management * Middleware support * Data acess( Relational database) * Logging * Templates (views) * Configuration * Static content serving There are many frameworks out there, you might be wondering why do we need yet another framework?. We probably don't.. Utron is just a summary of the tools, and techniques I use to develop web applications in Go. This includes the best libraries, and the best organization of the code base. Utron has one of the very handy Controller( you will see more details in the controller section) * gorilla/mux: for http routing. * gorilla/session: for session management * gorm: for object relationl mapping. In all of my web application I noticed that, keeping global state brings a lot of complexities to the application, so uttron avoids this. utron applicatio is a simple struct that you can play around with in whatever way that you find suits you.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/gernest/utron
Keywords: golang , lightweight-mvc-framework , mvc , utron
License: MIT
Latest release: over 6 years ago
First release: over 6 years ago
Namespace: github.com/gernest
Dependent repositories: 1
Stars: 2,217 on GitHub
Forks: 164 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago

    Loading...
    Readme
    Loading...