# python_epoll_server **Repository Path**: yeabuyte/python_epoll_server ## Basic Information - **Project Name**: python_epoll_server - **Description**: 基于Epoll的通用socket服务器 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-01-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_epoll_server 基于Epoll的通用socket服务器 # 机器环境 - CentOS7 - python2.7 # 启动 - server:python2.7 main.py - client: python2.7 main.py