initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-09-16 01:54:29 +02:00
padre 9d013a7c87
commit 6d1dd42e6d
Se han modificado 44 ficheros con 1719 adiciones y 11509 borrados

Ver fichero

@@ -1,7 +1,7 @@
{
"name": "server",
"name": "videopeersjs-server",
"version": "1.0.0",
"description": "",
"description": "VideoPeersJS - Real-time P2P video chat server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -12,12 +12,17 @@
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.0.1"
"nodemon": "^3.1.4"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"socket.io": "^4.7.2"
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"helmet": "^7.1.0",
"joi": "^17.13.3",
"socket.io": "^4.7.5",
"uuid": "^10.0.0",
"validator": "^13.12.0"
}
}