Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Beego Alternatives
Similar projects and alternatives to beego
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
Gin
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.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
-
-
fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
-
Iris
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
-
-
Beego
beego is an open-source, high-performance web framework for the Go programming language. (by astaxie)
-
go-admin
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
beego discussion
beego reviews and mentions
-
Which Go Web Backend Framework Is Right for Your Next Project? A Detailed Analysis of Features and Performance
Beego
-
Rails for Everything
I’m a big fan of Django and Go as well but the only thing in the Go ecosystem that I’ve found that comes close is beego: https://github.com/beego/beego
But it still needs to mature quite a bit before I’d be comfortable saying it’s anywhere near Django or Rails
- Some Go web dev notes
- Beego: A Full Stack Web Framework for Go
- GitHub Stars
-
My Love Letter to Rails (and Ruby) – Or, Why RoR Isn't Dead Yet
You should probably stop because this is not a Go-way. And you wan't find anything with "batteries" other than https://github.com/gobuffalo/buffalo and https://github.com/beego/beego
Haven't see anyone actually using them in production though.
-
Why hasn't rails come to JS/GO
When I googled and looked around, there are a few web frameworks for Go. Some of the ones that looked the most "cmoplete" or similar to Rails -- from my googling without really knowing the details -- were revel, gorilla, and beego. Although it looks like gorilla is no longer developed.
-
Is Beego official website down ?
And beego.vip times out in my browser.
-
Tools besides Go for a newbie
IDE: use whatever make you productive. I personally use vscode. VCS: git, as golang communities use github heavily as base for many libraries. AFAIK Linter: use staticcheck for linting as it looks like mostly used linting tool in go, supported by many also. In Vscode it will be recommended once you install go plugin. Libraries/Framework: actually the standard libraries already included many things you need, decent enough for your day-to-day development cycles(e.g. `net/http`). But here are things for extra: - Struct fields validator: validator - Http server lib: chi router , httprouter , fasthttp (for non standard http implementations, but fast) - Web Framework: echo , gin , fiber , beego , etc - Http client lib: most already covered by stdlib(net/http), so you rarely need extra lib for this, but if you really need some are: resty - CLI: cobra - Config: godotenv , viper - DB Drivers: sqlx , postgre , sqlite , mysql - nosql: redis , mongodb , elasticsearch - ORM: gorm , entgo , sqlc(codegen) - JS Transpiler: gopherjs - GUI: fyne - grpc: grpc - logging: zerolog - test: testify , gomock , dockertest - and many others you can find here
-
Can't enter the beego.vip website.
Guys, can u enter beego.vip? I can't enter the site and I have already tried to enter it with different networks provider and vpn services.
-
A note from our sponsor - InfluxDB
influxdata.com | 22 Apr 2025
Stats
beego/beego is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of beego is Go.