This commit is contained in:
2022-10-11 17:18:56 +02:00
parent 78b854103a
commit 2e16cc84c2

View File

@@ -1,14 +1,4 @@
# websocket-FileTransfer
a Websocket Test
Using Xianbei233's test project to see if i can push files to a lockeddown client over websockets
## 操作指南
`./source`文件夹内存放资源
`./src`文件夹内存放后端node代码
在使用前请在终端进行`node install`安装依赖
依赖安装后在`./src`文件夹下终端输入`node index.js`启动服务
打开`file.html`进行操作