From c918f08f5f0185396a33cf5ca5f9c25e330f3a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=B8=B9=E5=86=B0?= Date: Thu, 25 Apr 2019 18:08:35 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2922807..9424b8c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Zinx框架的项目制作采用编码和学习教程同步进行,将开发的 ![1-Zinx框架.png](https://upload-images.jianshu.io/upload_images/11093205-c75ff682233b2536.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) +![zinx-start.gif](https://upload-images.jianshu.io/upload_images/11093205-490b49098ac63af6.gif?imageMogr2/auto-orient/strip) + ## 三、Zinx详细教程(代码教程同步更新) [《Zinx框架教程-基于Golang的轻量级并发服务器》](https://www.jianshu.com/p/23d07c0a28e5) @@ -81,7 +83,6 @@ func (this *PingRouter) Handle(request ziface.IRequest) { } } ``` -![zinx-start.gif](https://upload-images.jianshu.io/upload_images/11093205-490b49098ac63af6.gif?imageMogr2/auto-orient/strip) #### client Zinx的消息处理采用,`[MsgLength]|[MsgID]|[Data]`的封包格式