johnteee / go-web

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

Home Page:https://goweb.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://goweb.readthedocs.io/

License:MIT License


Languages

Language:JavaScript 97.6%Language:Go 2.3%Language:Makefile 0.0%Language:Dockerfile 0.0%Language:CSS 0.0%Language:HTML 0.0%Language:TSQL 0.0%