# simpleTcpServer **Repository Path**: deepvision2021/simple-tcp-server ## Basic Information - **Project Name**: simpleTcpServer - **Description**: 一个简单的TCP通信服务器,利用epoll事件驱动,用来学习C++对系统网络函数接口的封装。 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-07 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simpleTcpServer #### 介绍 一个简单的TCP通信服务器,网络通信部分利用epoll事件驱动,主要用来学习C++对系统网络函数接口的封装,以及多线程相关的练习。 #### TODO 1. ~~修改工程目录布局~~ 2. ~~追加makefile~~ 3. 做一个demo