设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Go语言极速web框架IRIS V4.1.1发布

2016-8-21 15:44| 发布者: joejoe0332| 查看: 1099| 评论: 0|原作者: oschina|来自: oschina

摘要: Go 语言极速 web 框架 IRIS V4.1.1 发布了,更新如下:4.0.0 - 4.1.1NEW FEATURE: Basic remote control through SSH, examplehereNEW FEATURE: OptionallyOnErrorforeach Party (by prefix, use it with your own r ...

Go 语言极速 web 框架 IRIS V4.1.1 发布了,更新如下:

4.0.0 -> 4.1.1

  • NEW FEATURE: Basic remote control through SSH, example here

  • NEW FEATURE: Optionally OnError foreach Party (by prefix, use it with your own risk), example here

  • NEW: iris.Config.Sessions.CookieLength, You're able to customize the length of each sessionid's cookie's value. Default (and previous' implementation) is 32.

  • FIX: Websocket panic on non-websocket connection*

  • FIX: Multi websocket servers client-side source route panic*

  • Better gzip response managment

v4.1.1

History

How to upgrade:remove your $GOPATH/src/github.com/kataras/iris folder, open your command-line and execute this command: go get -u github.com/kataras/iris/iris.

Golang目前已经发展成为非常广泛使用的开发语言,如果你开发WEB、后台服务、API,都可以用到golang。

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

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

Benchmark (Round 3)


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部