V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
The Go Programming Language
http://golang.org/
Go Playground
Go Projects
Revel Web Framework
vus520
V2EX  ›  Go 编程语言

现在要用 Go 写一些中台服务,推荐一下大家在撸的 Web 框架吧,目前已知 Gin

  •  
  •   vus520 · 2020-06-06 14:16:11 +08:00 · 2214 次点击
    这是一个创建于 1426 天前的主题,其中的信息可能已经有所发展或是发生改变。
    8 条回复    2020-07-15 16:21:21 +08:00
    ifsclimbing
        1
    ifsclimbing  
       2020-06-07 11:54:01 +08:00
    net/http
    16779242
        2
    16779242  
       2020-06-09 11:31:02 +08:00
    同上,net/http 。
    一般而言,golang 自带的原生库足矣。不需要依赖第三方。
    js2854
        3
    js2854  
       2020-06-09 14:15:48 +08:00
    echo
    sthwrong
        4
    sthwrong  
       2020-06-09 14:49:56 +08:00
    主要看想轻想重。轻的就 gin 吧,就是个路由+中间件,其他东西自己组合,重的用 beego,goframe 这种,尤其是后者,组件化,只用其中的一个组件都行。
    vus520
        5
    vus520  
    OP
       2020-06-09 17:26:43 +08:00
    多谢各位。

    目前准备押宝 goframe 。
    @sthwrong
    kuro1
        6
    kuro1  
       2020-06-10 16:31:33 +08:00
    net/http +1
    johng
        7
    johng  
       2020-06-11 00:53:14 +08:00
    GoFrame 不错: https://goframe.org/
    gxm44
        8
    gxm44  
       2020-07-15 16:21:21 +08:00
    echo + 1
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2263 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 00:07 · PVG 08:07 · LAX 17:07 · JFK 20:07
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.