# zinx-learn **Repository Path**: axinzi/zinx-learn ## Basic Information - **Project Name**: zinx-learn - **Description**: 学习开源框架 zinx 基于 Go 的轻量级并发TCP服务器框架 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-05 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zinx-learn ## 介绍 学习开源框架 zinx 基于 Go 的轻量级并发TCP服务器框架 ## 版本说明 - v0.1: 集成Server模块,Zinx基础架构搭建 - v0.2: 集成Connection模块 - v0.3: 集成Router,Request模块 - v0.4: 集成GlobalConfig模块,由demo中conf/zinx.json进行全局设置 - v0.5: 集成Message,DataPack模块,将数据TLV序列化封装 - v0.6: 集成RouterHandler模块, 实现多路由 - v0.7: Connection模块实现 读/写协程分离 - v0.8: RouterHandler模块实现 工作池, 消息队列 在GlobalConfig, Connection, Server模块中集成 - v0.9: 集成ConnManager模块, 对Connection模块进行添加/删除管理 Server模块集成ConnectionHook函数 - v1.0: Connection模块实现自定义连接属性