Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add vox #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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。 |
Expand All @@ -242,7 +243,7 @@
|[ utron ]( https://github.com/gernest/utron )| utron 是一个 Go 语言轻量级的 MVC 框架,用于快速构建可伸缩以及可靠的数据库驱动的 Web 应用。 |
|[ Lessgo ]( https://github.com/lessgo/lessgo )| Lessgo 是一款 Go 语言编写的简单、稳定、高效、灵活的 web 完全开发框架。它的项目组织形式经过精心设计,实现前后端分离、系统与业务分离,完美兼容MVC与MVVC等多种开发模式,非常利于企业级应用与API接口的开发。当然,最值得关注的是它突破性地支持了运行时路由重建,开发者可在Admin后台轻松实现启用/禁用模块与操作,添加/移除中间件等功能!同时,它推荐以HandlerFunc与MiddlewareFunc为基础的函数式编程,也令开发变得更加灵活富有趣味性。 |
|[ Hopen ]( https://github.com/who246/hopen )| Golang web极速开发框架。 |
|[ Faygo ]( https://github.com/henrylee2cn/faygo )|Faygo 是一款快速、简洁的Go Web框架,可用极少的代码开发出高性能的Web应用程序(尤其是API接口)。只需定义 struct Handler,Faygo 就能自动绑定、验证请求参数并生成在线API文档。 |
|[ Faygo ]( https://github.com/henrylee2cn/faygo )|Faygo 是一款快速、简洁的Go Web框架,可用极少的代码开发出高性能的Web应用程序(尤其是API接口)。只需定义 struct Handler,Faygo 就能自动绑定、验证请求参数并生成在线API文档。 |
|[ beego ]( https://github.com/astaxie/beego )| beego是一个用Go开发的应用框架,思路来自于tornado,路由设计来源于sinatra, |
|[ Revel ]( https://github.com/robfig/revel )| Revel 是 Go 语言的框架,其思路完全来自 Java 的 Play Framework。 |
|[ Martini ]( https://github.com/codegangsta/martini )| Martini 是一个非常新的 Go 语言的 Web 框架,使用 Go 的 net/http 接口开发,类似 Sinatra 或者 Flask 之类的框架,你可使用自己的 DB 层、会话管理和模板。 |
Expand Down