# 简易聊天室 **Repository Path**: wangwenkai_git/easy-chat-room ## Basic Information - **Project Name**: 简易聊天室 - **Description**: 利用websocket实现一个简单的聊天室 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-20 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webSocket-EasyChatRoom ### 前端: - vue - element-ui ### 后端: - springboot - WebSocket ### 数据库: - mysql ### 咋用捏: 1. 运行sql文件创建数据库 2. 在`websocket_springboot`中`src/main/resources/application.yml`修改数据库相关配置(username、password) 3. `websocket_vue` npm install ### 有啥用捏: - 登录 - 发消息 - 存消息