From 668c37e2d9ecf767f302b155342f672964dac38f Mon Sep 17 00:00:00 2001 From: huguijian <18616725397@163.com> Date: Sat, 5 Sep 2020 13:51:48 +0800 Subject: [PATCH] add websocket version add websocket version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 017e65b..0b3e088 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Zinx 是一个基于Golang的轻量级并发服务器框架 - 刘丹冰([@aceld](https://github.com/aceld)) - 张超([@zhngcho](https://github.com/zhngcho)) - 高智辉Roger([@adsian](https://github.com/adsian)) +- 胡贵建([@huguijian](https://github.com/huguijian)) --- @@ -22,6 +23,11 @@ Zinx 是一个基于Golang的轻量级并发服务器框架 #### 开发者 - 胡琪([@huqitt](https://github.com/huqitt)) +--- +[zinx(websocket版本)](https://github.com/aceld/zinx/tree/wsserver) +#### 开发者 +- 胡贵建([@huguijian](https://github.com/huguijian)) + --- ## zinx源码地址 ### Github