From 8e6584b00837f97935ecf7ceaa774af8c8868112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=B8=B9=E5=86=B0?= Date: Fri, 28 May 2021 10:54:46 +0800 Subject: [PATCH] Update README.md --- README.md | 58 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index cbc6209..1ece215 100644 --- a/README.md +++ b/README.md @@ -5,28 +5,6 @@ Zinx 是一个基于Golang的轻量级并发服务器框架 > **说明**:目前zinx已经在很多企业进行开发使用,具体使用领域包括:后端模块的消息中转、长链接游戏服务器、Web框架中的消息处理插件等。zinx的定位是代码简洁,让更多的开发者迅速的了解框架的内脏细节并且可以快速基于zinx DIY(二次开发)一款适合自己企业场景的模块。 -#### 开发者 -- 刘丹冰([@aceld](https://github.com/aceld)) -- 张超([@zhngcho](https://github.com/zhngcho)) -- 高智辉Roger([@adsian](https://github.com/adsian)) -- 胡贵建([@huguijian](https://github.com/huguijian)) - - ---- -[zinx(C++版本)](https://github.com/marklion/zinx) -#### 开发者 -- 刘洋([@marklion](https://github.com/marklion)) - - ---- -[zinx(Lua版本)](https://github.com/huqitt/zinx-lua) -#### 开发者 -- 胡琪([@huqitt](https://github.com/huqitt)) - ---- -[zinx(websocket版本)](https://github.com/aceld/zinx/tree/wsserver) -#### 开发者 -- 胡贵建([@huguijian](https://github.com/huguijian)) --- ## zinx源码地址 @@ -369,6 +347,40 @@ func (c *Connection) GetProperty(key string) (interface{}, error) func (c *Connection) RemoveProperty(key string) ``` +--- + +#### 开发者 +- 刘丹冰([@aceld](https://github.com/aceld)) +- 张超([@zhngcho](https://github.com/zhngcho)) +- 高智辉Roger([@adsian](https://github.com/adsian)) +- 胡贵建([@huguijian](https://github.com/huguijian)) + + +--- +[zinx(C++版本)](https://github.com/marklion/zinx) +#### 开发者 +- 刘洋([@marklion](https://github.com/marklion)) + + +--- +[zinx(Lua版本)](https://github.com/huqitt/zinx-lua) +#### 开发者 +- 胡琪([@huqitt](https://github.com/huqitt)) + +--- +[zinx(websocket版本)](https://github.com/aceld/zinx/tree/wsserver) +#### 开发者 +- 胡贵建([@huguijian](https://github.com/huguijian)) + +--- + +感谢所有为zinx贡献的开发者 + + + + + + --- ### 关于作者: @@ -396,4 +408,4 @@ func (c *Connection) RemoveProperty(key string) ### **微信群** weixin -欢迎大家加入,获取更多相关学习资料 +欢迎大家加入,一起学习分享