This commit is contained in:
Комаров Данил Анатольевич 6
2026-05-29 04:59:58 +03:00
commit 83ef0d5ab3
28 changed files with 3027 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "chat-server",
"version": "1.0.0",
"description": "WebSocket chat server with file sharing",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"ws": "^8.16.0"
}
}