# socketDemo **Repository Path**: rose-Ccc/socket-demo ## Basic Information - **Project Name**: socketDemo - **Description**: socket.io 3.1.0 版本的demo(cs端分离) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # socketDemo #### 介绍 socket.io 3.1.0 版本的demo(cs端分离) #### 使用说明 1. 进入server文件夹,使用npm安装运行依赖(npm i) 2. 进入server文件夹,使用node运行app.js文件(node app.js) 3. 进入client文件夹,双击进入html文件,更改相应的ip地址,运行即可