Giter Site home page Giter Site logo

go-web-framework-stars's Introduction

Top Go Web Frameworks

A list of popular github projects related to Go web framework (ranked by stars automatically) Please update list.txt (via Pull Request)

Project Name Stars Forks Open Issues Description Last Commit
gin 77467 7945 788 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. 2024-07-14 12:34:34
fiber 32655 1614 94 ⚑️ Express inspired web framework written in Go 2024-08-14 07:14:04
beego 31332 5599 10 beego is an open-source, high-performance web framework for the Go programming language. 2024-08-17 07:45:24
echo 29256 2211 73 High performance, minimalist Go web framework 2024-08-16 06:16:52
go-zero 28649 3889 340 A cloud-native Go microservices framework with cli tool for productivity. 2024-08-10 13:15:08
kit 26429 2419 54 A standard library for microservices. 2024-03-13 13:42:15
kratos 23009 3968 119 Your ultimate Go microservices framework for the cloud-native era. 2024-08-15 09:03:34
fasthttp 21523 1742 101 Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http 2024-08-11 13:35:28
mux 20591 1840 26 Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍 2024-06-19 23:50:04
chi 17904 969 90 lightweight, idiomatic and composable router for building Go HTTP services 2024-06-28 14:29:27
httprouter 16507 1465 81 A high performance HTTP request router that scales well 2024-01-30 10:56:56
revel 13138 1389 100 A high productivity, full-stack web framework for the Go language. 2022-04-12 20:53:30
micro 12076 1044 1 An API first development platform 2024-07-15 10:09:40
martini 11635 1105 15 ⚠️ No longer maintained ⚠️ Classy web framework for Go 2017-01-21 21:58:54
gf 11337 1551 147 GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. 2024-08-14 13:16:17
go-swagger 9424 1245 586 Swagger 2.0 implementation for go 2024-05-13 17:21:38
buffalo 8060 574 24 Rapid Web Development w/ Go 2023-01-26 15:34:17
kitex 6878 799 74 Go RPC framework with high-performance and strong-extensibility for building micro-services. 2024-08-16 09:08:35
encore 5811 257 67 The Backend Development Platform for building distributed systems with automated infrastructure. 2024-08-16 11:49:16
ponzu 5672 386 34 Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go. 2020-01-02 00:14:32
goa 5584 556 8 🌟 Goa: Elevate Go API development! πŸš€ Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨ 2024-08-14 04:34:29
hertz 5036 491 62 Go HTTP framework with high-performance and strong-extensibility for building micro-services. 2024-08-09 02:06:08
go-restful 5013 691 3 package for building REST-style Web Services using Go 2024-07-04 14:37:35
gizmo 3763 225 33 A Microservice Toolkit from The New York Times 2021-04-30 15:27:05
go-json-rest 3513 382 47 A quick and easy way to setup a RESTful JSON API 2017-09-13 04:12:08
macaron 3495 285 7 Package macaron is a high productive and modular web framework in Go. 2024-08-12 00:42:21
armor 1667 64 21 Uncomplicated, modern HTTP server 2019-08-03 18:10:09
goyave 1571 65 9 🍐 The enterprise REST API framework 2024-08-12 14:45:00
web 1511 124 24 Go Router + Middleware. Your Contexts. 2019-02-07 15:06:52
dotweb 1388 179 20 Simple and easy go web micro framework 2023-12-13 02:13:17
rest-layer 1258 114 36 REST Layer, Go (golang) REST API framework 2021-09-30 23:58:01
goji 962 72 6 Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang) 2019-01-26 23:58:29
copper 942 31 2 πŸš€β€β€β€Ž β€Žβ€β€β€Žβ€β€β€Žβ€Žβ€Žβ€Žβ€Žβ€ŽCopper is a Go toolkit complete with everything you need to build web apps. 2024-06-04 14:59:15
tango 832 109 9 This is only a mirror and Moved to https://gitea.com/lunny/tango 2019-05-17 03:31:10
gearbox 753 54 3 Gearbox βš™οΈ is a web framework written in Go with a focus on high performance 2022-09-21 00:20:37
aah 690 33 19 A secure, flexible, rapid Go web framework 2020-09-02 02:31:20
yoyogo 583 43 10 πŸ¦„πŸŒˆ YoyoGo is a simple, light and fast , dependency injection based micro-service framework written in Go. Support Nacos ,Consoul ,Etcd ,Eureka ,kubernetes. 2024-02-07 09:13:19
traffic 519 34 1 Sinatra inspired regexp/pattern mux and web framework for Go 2015-11-26 21:31:07
flamingo 442 49 30 Flamingo Framework and Core Library. Flamingo is a go based framework to build pluggable applications. Focus is on clean architecture, maintainability and operation readiness. 2024-08-06 13:40:08
neo 419 43 6 Go Web Framework 2017-08-14 23:54:31
gramework 389 38 17 Fast and Reliable Golang Web Framework 2023-10-27 14:01:05
webgo 304 31 2 A microframework to build web apps; with handler chaining, middleware support, and most of all; standard library compliant HTTP handlers(i.e. http.HandlerFunc). 2024-04-21 18:28:25
aegis 284 16 8 Serverless Golang deploy tool and framework for AWS Lambda 2019-07-28 17:59:41
gorouter 153 16 9 Go Server/API micro framework, HTTP request router, multiplexer, mux 2024-01-01 23:03:02
gorest 34 6 3 RESTful Server Systems [DEPRECATED] 2017-11-10 13:00:37

Last Automatic Update: 2024-08-18T01:03:09Z

go-web-framework-stars's People

Contributors

abahmed avatar alexandregv avatar alphawong avatar baiyutang avatar bnkamalesh avatar casualjim avatar d-tsuji avatar devfeel avatar gqcn avatar hoop33 avatar kevwan avatar kimmachinegun avatar marcuskohlberg avatar mattn avatar mingrammer avatar neji0924 avatar nilslice avatar rs avatar seawolf avatar stefanmasz avatar stzminjae avatar system-glitch avatar tmaiaroto avatar tusharsoni avatar vardius avatar yoyofx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

go-web-framework-stars's Issues

Hugo

I'm missing Hugo in your list. It would rank in the top two

Wrong assumption from the access_token.txt file

Hi MinJae,

I wanted to create the Go Framework list locally, because I thought it would be fun to play around with the github API. Unfortunately I came across something that took me some time to find out about because I didn't understand it right away. I added my personal access token from github to the file access_token.txt. Then I got a forbitten 403 error back pretty quickly after running list2md.go. The problem was that the "Authorization" header should basically look like this.
"token [MY_GITHUB_ACCESS_TOKEN].

You probably have this (with the keyword token) in your access_token.txt? But that was not immediately obvious to me if you don't know it.
Maybe it makes sense to use the following in the code:
req.Header.Set("Authorization", "token "+accessToken)
Or that would need to be documented somewhere?

A second thing I noticed, according to the documentation on Github you are also "obliged" to send a user agent header. This header should contain your own username.

All API requests MUST include a valid User-Agent header. Requests with no User-Agent header will be rejected. We request that you use your GitHub username, or the name of your application, for the User-Agent header value. This allows us to contact you if there are problems.

It seems to work without this header. But maybe you should add that too? But then the username would have to be read from a file too?

regards,
Felix

update

θ―₯更新了呦

why no iris

Iris has over 10K stars, and It's a great framework

What about adding livebud/bud?

Bud is getting pretty good day by day. It's a fullstack framework with both frontend (client side) handling and backend stuff. It's a rails alternative for golang.

What do you think about adding it?

Why No Gorilla

Hey

I am really new to go, I want to understand why gorilla is not listed here
Is it not a framework??

Micro framework?

While digging around for some good project layout practices i found this micro-service framework. As well i found this repo, but it does not include Micro there. I'm just curious why is that? Is there any issues with Micro?

add total issue

please add total issue count so we can compare total issue/open issue, you can also add percentage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.