# WebSocket **Repository Path**: ian_cui/web-socket ## Basic Information - **Project Name**: WebSocket - **Description**: springboot整合web Socket,将数据推送至前端Vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-06-15 - **Last Updated**: 2021-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebSocket #### 介绍 springboot整合web Socket,将数据推送至前端Vue #### 软件架构 master: SpringBoot vue: Vue.js #### 安装教程 1. 启动SpringBoot 2. npm install 3. npm run serve #### 使用说明 1. 完成前后端启动访问:http://localhost:8081/work/socket?msg=1456498981 2. msg= '填写消息内容' ![输入图片说明](https://images.gitee.com/uploads/images/2021/0131/234158_b45cafda_5750981.png "屏幕截图.png")