# 聊天模块 **Repository Path**: zyangzhiguo/chat-module ## Basic Information - **Project Name**: 聊天模块 - **Description**: 通过node.js+socket.io+vue实现一对一聊天以及聊天室 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2024-11-08 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 聊天模块 #### 介绍 通过node.js+socket.io+vue实现1对1聊天以及聊天室 #### 安装教程 #### 使用说明 1. newClient文件下执行 ``` npm i npm run dev ``` 2. newServer文件下执行 ``` npm i nodemon ./chat.js 或 node ./chat.js nodemon ./chatroom.js 或 node ./chatroom.js 两个都要启动开两个终端 ``` ![输入图片说明](https://foruda.gitee.com/images/1731601778241239060/31c83e6d_10794545.png "Snipaste_2024-11-15_00-29-21.png") ![输入图片说明](https://foruda.gitee.com/images/1731601692272362210/85549c90_10794545.png "1731601650521.png")