# chat-room **Repository Path**: wei-coder/chat-room ## Basic Information - **Project Name**: chat-room - **Description**: chat room on linux - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-16 - **Last Updated**: 2023-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #聊天室 在linux平台上用C语言实现了一个简单的聊天室软件,包括server端和client端。主要熟悉了一下epoll的应用以及linux网络编程 。