All Projects → RobyFerro → Go Web

RobyFerro / Go Web

Licence: mit
A new Golang MVC Framework. Like Laravel... but faster!

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Go Web

Iris
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
Stars: ✭ 21,587 (+27225.32%)
Mutual labels:  middleware, laravel, framework
Gongular
A different approach to Go web frameworks
Stars: ✭ 438 (+454.43%)
Mutual labels:  middleware, framework, dependency-injection
Laravel
Muito conteúdo sobre o framework Laravel. Controllers, Models, Views, Blade, Migrations, Seeders, Middlewares, Autenticação, Autorização, Providers, pacotes, laravel 8, etc.
Stars: ✭ 43 (-45.57%)
Mutual labels:  laravel, framework
Fortjs
Component based MVC web framework for nodejs targeting good code structures & modularity.
Stars: ✭ 44 (-44.3%)
Mutual labels:  framework, mvc-framework
Danf
Danf is a Node.js full-stack isomorphic OOP framework allowing to code the same way on both client and server sides. It helps you to make deep architectures and handle asynchronous flows in order to help in producing scalable, maintainable, testable and performant applications.
Stars: ✭ 58 (-26.58%)
Mutual labels:  framework, dependency-injection
Core
Package core is a service container that elegantly bootstrap and coordinate twelve-factor apps in Go.
Stars: ✭ 34 (-56.96%)
Mutual labels:  framework, dependency-injection
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-55.7%)
Mutual labels:  middleware, laravel
Dragon
⚡A powerful HTTP router and URL matcher for building Deno web servers.
Stars: ✭ 56 (-29.11%)
Mutual labels:  middleware, framework
Learning laravel kernel
Laravel核心代码学习
Stars: ✭ 789 (+898.73%)
Mutual labels:  middleware, laravel
Dreamfactory
DreamFactory API Management Platform
Stars: ✭ 1,148 (+1353.16%)
Mutual labels:  laravel, framework
Laravel Remember Uploads
Laravel Middleware and helper for remembering file uploads during validation redirects
Stars: ✭ 67 (-15.19%)
Mutual labels:  middleware, laravel
Chubbyphp Framework
A based PSR-15 microframework that also sets maximum flexibility with minimum complexity and easy replaceability of the individual components, but also of the framework.
Stars: ✭ 69 (-12.66%)
Mutual labels:  middleware, framework
Framework
The Lawoole framework
Stars: ✭ 33 (-58.23%)
Mutual labels:  laravel, framework
Blazar
Pre-Render Pages on the Fly in Laravel
Stars: ✭ 14 (-82.28%)
Mutual labels:  middleware, laravel
Nex
Aiming to simplify the construction of JSON API service
Stars: ✭ 35 (-55.7%)
Mutual labels:  middleware, dependency-injection
Pro
ECStore Pro - Laravel 微信网店微服务框架
Stars: ✭ 14 (-82.28%)
Mutual labels:  laravel, framework
Looli
a tiny web framework
Stars: ✭ 45 (-43.04%)
Mutual labels:  middleware, framework
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+1388.61%)
Mutual labels:  framework, dependency-injection
Opulence
A simple, secure, and scalable PHP application framework
Stars: ✭ 723 (+815.19%)
Mutual labels:  framework, dependency-injection
Laravel Caffeine
Keeping Your Laravel Forms Awake.
Stars: ✭ 723 (+815.19%)
Mutual labels:  middleware, laravel

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].