Skip to content

Commit 8f3e1a6

Browse files
committed
添加webb框架-gogf/gf
1 parent 10cb1db commit 8f3e1a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔
212212
|[lunny/tango ](https://github.com/lunny/tango)| Tango,微内核可扩展的Go语言Web框架。同时支持函数和结构体作为执行体,插件丰富。 |
213213
|[robfig/revel ](https://github.com/robfig/revel)| Revel 是 Go 语言的框架,其思路完全来自 Java 的 Play Framework。 |
214214
|[go-baa/baa ](https://github.com/go-baa/baa)| Baa 一个简单高效的Go web开发框架。主要有路由、中间件,依赖注入和HTTP上下文构成。 |
215-
215+
|[gogf/gf ](https://github.com/gogf/gf)|GF(Go Frame)是一款模块化、高性能、生产级的Go应用开发框架。|
216216
# 区块链技术
217217
| 项目 | 简介 |
218218
| ---- | ------------------------------- |

projects.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,11 @@
598598
"owner": "kataras",
599599
"desc": " 通过Iris-Go,可以方便的帮助你来开发基于web的应用。简单来说:Iris-Go与国内大牛的BeeGo类似,但从其官方介绍的资料来看,Iris-Go的性能更优! ",
600600
"name": "iris"
601+
},
602+
"gogf/gf": {
603+
"owner": "gogf",
604+
"desc": "GF(Go Frame)是一款模块化、高性能、生产级的Go应用开发框架。提供了常用的核心开发组件,如:缓存、日志、文件、时间、队列、数组、集合、字符串、定时器、命令行、文件锁、内存锁、对象池、连接池、数据校验、数据编码、文件监控、定时任务、数据库ORM、TCP/UDP组件、进程管理/通信、 并发安全容器等等。并提供了Web服务开发的系列核心组件,如:Router、Cookie、Session、路由注册、配置管理、模板引擎等等,支持热重启、热更新、多域名、多端口、多服务、HTTPS、Rewrite等特性。",
605+
"name": "gf"
601606
}
602607
},
603608
"容器技术": {

0 commit comments

Comments
 (0)