Skip to content

Commit

Permalink
feat: 로컬 비디오 스트리밍 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonJongHyeon1095 committed Oct 12, 2023
1 parent 5105d67 commit 2ed961b
Show file tree
Hide file tree
Showing 11 changed files with 23,948 additions and 88 deletions.
1,601 changes: 1,597 additions & 4 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"watch": "watchify public/index.js -o public/bundle.js -v",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
Expand All @@ -25,14 +26,18 @@
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-socket.io": "^9.4.3",
"@nestjs/websockets": "^9.4.3",
"@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"config": "^3.3.9",
"mediasoup": "^3.12.13",
"mediasoup-client": "^3.6.101",
"pidusage": "^3.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"socket.io": "^4.7.2"
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
Expand All @@ -55,7 +60,8 @@
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "4.1.1",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"watchify": "^4.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 2ed961b

Please sign in to comment.