# Websocket-based-Multi-web-communication **Repository Path**: gaoshan19911027/Websocket-based-Multi-web-communication ## Basic Information - **Project Name**: Websocket-based-Multi-web-communication - **Description**: 基于websocket实现了多网站之间的通信的一个简单模板。 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-22 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Websocket-based-Multi-web-communication 基于websocket实现了多网站之间的通信的一个简单模板。 server.js是服务端,使用时在Vscode终端使用命令: ``` node server.js ``` 打开服务器。 随后打开 **send.html** 发送端和 **receiver.html** 接收端开始测试。