initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-06-15 16:19:32 +02:00
commit e8a203a71d
Se han modificado 42 ficheros con 1968 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,21 @@
{
"name": "chatrtc-signaling-server",
"version": "1.0.0",
"description": "WebRTC signaling server for ChatRTC app",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2",
"cors": "^2.8.5"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"keywords": ["webrtc", "signaling", "socket.io", "chat"],
"author": "ChatRTC Team",
"license": "MIT"
}