beego

beego is an open-source, high-performance web framework for the Go programming language. (by beego)

Beego Alternatives

Similar projects and alternatives to beego

  1. go

    2,254 beego VS go

    The Go programming language

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Ruby on Rails

    Ruby on Rails

  4. Django

    528 beego VS Django

    The Web framework for perfectionists with deadlines.

  5. sqlc

    182 beego VS sqlc

    Generate type-safe code from SQL

  6. Gin

    166 beego VS 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.

  7. ent

    146 beego VS ent

    An entity framework for Go

  8. cobra

    142 beego VS cobra

    A Commander for modern Go CLI interactions

  9. 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.

    CodeRabbit logo
  10. Echo

    132 beego VS Echo

    High performance, minimalist Go web framework

  11. go-formatter

    A curated list of awesome Go frameworks, libraries and software

  12. Fiber

    107 beego VS Fiber

    ⚡️ Express inspired web framework written in Go

  13. go-zero

    107 beego VS go-zero

    A cloud-native Go microservices framework with cli tool for productivity.

  14. mux

    90 beego VS mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

  15. GORM

    83 beego VS GORM

    The fantastic ORM library for Golang, aims to be developer friendly

  16. Buffalo

    52 beego VS Buffalo

    Discontinued Rapid Web Development w/ Go

  17. httprouter

    A high performance HTTP request router that scales well

  18. fasthttp

    38 beego VS fasthttp

    Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

  19. Iris

    21 beego VS 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:

  20. pagoda

    23 beego VS pagoda

    Rapid, easy full-stack web development starter kit in Go

  21. Beego

    8 beego VS Beego

    beego is an open-source, high-performance web framework for the Go programming language. (by astaxie)

  22. go-admin

    7 beego VS go-admin

    A golang framework helps gopher to build a data visualization and admin panel in ten minutes

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better beego alternative or higher similarity.

beego discussion

Log in or Post with

beego reviews and mentions

Posts with mentions or reviews of beego. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-16.
  • Which Go Web Backend Framework Is Right for Your Next Project? A Detailed Analysis of Features and Performance
    11 projects | dev.to | 16 Mar 2025
    Beego
  • Rails for Everything
    18 projects | news.ycombinator.com | 1 Jan 2025
    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
    16 projects | news.ycombinator.com | 29 Sep 2024
  • Beego: A Full Stack Web Framework for Go
    1 project | news.ycombinator.com | 23 Jul 2024
  • GitHub Stars
    1 project | news.ycombinator.com | 10 Nov 2023
  • My Love Letter to Rails (and Ruby) – Or, Why RoR Isn't Dead Yet
    6 projects | news.ycombinator.com | 24 Oct 2023
    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
    2 projects | /r/ruby | 5 May 2023
    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 ?
    8 projects | /r/golang | 4 Apr 2023
    And beego.vip times out in my browser.
  • Tools besides Go for a newbie
    36 projects | /r/golang | 26 Mar 2023
    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.
    1 project | /r/golang | 22 Jan 2023
    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
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic beego repo stats
26
32,005
7.0
6 days ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?