/go-web

A new Golang MVC Framework. Like Laravel... but faster!

Primary LanguageJavaScriptMIT LicenseMIT

Go-Web

A simple MVC web framework for Golang lovers!.

About Go-Web

Go-Web adopts a “convention over configuration” approach similarly to frameworks like Laravel ,Symfony and Rails.

By following this principle, Go-Web reduces the need for “repetitive” tasks like explicitly binding routes, actions and middleware; while not problematic per se, programmers may want to adopt “ready-to-use” solutions, for instances if they want easily build complex services, aiming at a reduced “productive lag”.

Programmers may want to use existing frameworks like Gin-Gonic and Go Buffalo, but Go-Web differs from them because of the aforementioned “convention over configuration” approach.

See full documentation