This commit is contained in:
An Long 2018-09-01 21:58:24 +08:00
parent 4a4aef1baf
commit 92804147da

View File

@ -233,6 +233,7 @@
# Web框架
| 项目 | 简介 |
| ---- | ------------------------------- |
|[ Vox ]( https://github.com/aisk/vox )| Vox 是一个人性化的,方便快速开发,使用中间件进行扩展,参考 node.js 的 koa 来实现的 web 框架。 |
|[ Iris-Go ]( https://github.com/kataras/iris )| 通过Iris-Go可以方便的帮助你来开发基于web的应用。简单来说Iris-Go与国内大牛的BeeGo类似但从其官方介绍的资料来看Iris-Go的性能更优 |
|[ Baa ]( https://github.com/go-baa/baa )| Baa 一个简单高效的Go web开发框架。主要有路由、中间件依赖注入和HTTP上下文构成。 |
|[ Orivil ]( https://github.com/orivil/orivil )| Orivil 是由 golang 开发的全新 web 框架,灵感来源于 Laravel 及 Symfony。 |