1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Go 语言急速 web 框架 IRIS V4 发布 下载

本帖由 漂亮的石头2016-08-10 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,979
    赞:
    47
    Golang目前已经发展成为非常广泛使用的开发语言,如果你开发WEB、后台服务、API,都可以用到golang.

    原先我们用go来开发基于web的应用时,一般会用到net/http包,然后在代码中处理大量相同的事情,如:路由、鉴权等。

    现在通过Iris-Go,可以方便的帮助你来开发基于web的应用。

    [​IMG]

    4.0.0-alpha.5 -> 4.0.0


    • Feature request has been implemented: Add layout support for Pug/Jade, example here.


    • Feature request has been implemented: Forcefully closing a Websocket connection,WebsocketConnection.Disconnect() error.


    • FIX: WebsocketConnection.Leave() will hang websocket server if .Leave was called manually when the websocket connection has been closed.


    • FIX: StaticWeb not serving index.html correctly, align the func with the rest of Static funcs also,example added.
    Go 语言急速 web 框架 IRIS V4 发布下载地址
     
正在加载...