This commit is contained in:
EleanorMao
2022-07-04 23:55:05 +08:00
commit 83089af7c7
24 changed files with 8904 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"name": "webrtc-server",
"version": "1.0.0",
"description": "webrtc-demo-server",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "ZhangYuhang",
"license": "ISC",
"dependencies": {
"koa": "^2.13.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"socket.io": "^2.3.0"
}
}