# QQServerAndClient **Repository Path**: king_software/qqserver-and-client ## Basic Information - **Project Name**: QQServerAndClient - **Description**: 使用Socket编程实现的类似QQ的通信,有私聊、群聊、文件发送、大文件发送、服务器消息推送, 文件发送需要在项目目录下新建一个temp目录,用于临时接收文件。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-03 - **Last Updated**: 2024-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用Socket编程实现的类似QQ的通信,有私聊、群聊、文件发送、大文件发送、服务器消息推送。 com.lw.client是客户端代码 com.lw.server是服务端代码 com.lw.common是客户端和服务端需要的 客户端入口:com.lw.client.QQView.main 服务端入口:com.lw.server.QQServer.main 客户端接收文件默认是放在项目的temp目录下,如果是下载工程,temp目录和src目录同级, temp目录没有上传,下载工程后自己新建一下即可。