# ChatRoomProject **Repository Path**: newbie-w/ChatRoomProject ## Basic Information - **Project Name**: ChatRoomProject - **Description**: 课程作业,实现基于C/S模式的点对点的聊天室 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChatRoomProject 课程作业,实现基于C/S模式的点对点的聊天室 ----- ## 本项目包含以下几个方面 * Codes > 代码文件 其中包含了 [**PC端**](https://github.com/Newbie-W/ChatRoomProject/tree/master/Codes/ChatroomPC) 、 [**微信小程序端**](https://github.com/Newbie-W/ChatRoomProject/tree/master/Codes/ChatroomWX) 、 [**Web端**](https://github.com/Newbie-W/ChatRoomProject/tree/master/Codes/ChatroomWeb) 的程序代码 >> **1.[PC端](https://github.com/Newbie-W/ChatRoomProject/tree/master/Codes/ChatroomPC)** 使用了Java语言,通过eclipse开发,实现socket连接,通过jdbc连接Access数据库,实现了多线程的方式。(也许目前因时间原因还有些bug,将会抽空改进) >> **2.[微信小程序端](https://github.com/Newbie-W/ChatRoomProject/tree/master/Codes/ChatroomWX)** 目前只做了一个小的开头,做了一个登陆界面。暂时待完善。 >> **3.[Web端](https://github.com/Newbie-W/ChatRoomProject/tree/master/Codes/ChatroomWeb)** 使用了Java语言、js等,通过myeclipse开发,实现通过websocket连接的简易聊天室,可游客方式登入。 * Reports > 阶段报告