feat: add network module and service for TCP latency measurement and proxy performance

This commit is contained in:
2026-03-14 18:19:02 +03:00
parent 51d26a4c1b
commit a3816cbedc
4 changed files with 2750 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "VPN-Proxy backend API",
"private": true,
"packageManager": "pnpm@10.32.1",
"scripts": {
"build": "nest build",
"start": "nest start",
@@ -10,16 +11,16 @@
"start:prod": "node dist/main"
},
"dependencies": {
"@nestjs/common": "^10.4.0",
"@nestjs/core": "^10.4.0",
"@nestjs/platform-express": "^10.4.0",
"@nestjs/common": "^11.1.16",
"@nestjs/core": "^11.1.16",
"@nestjs/platform-express": "^11.1.16",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.0",
"@types/express": "^4.17.21",
"@types/node": "^22.0.0",
"@nestjs/cli": "^11.0.16",
"@types/express": "^5.0.6",
"@types/node": "^24.0.0",
"typescript": "^5.7.0"
}
}
}

2738
web/api/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff