chore: initial commit of Server Configs

This commit is contained in:
sapient
2026-03-22 00:54:28 -07:00
commit 5fc35b2f76
226 changed files with 7906 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "http-srv",
"version": "1.0.0",
"description": "Static site and real-time chat backend",
"private": true,
"scripts": {
"chat": "node chat-server.js"
},
"dependencies": {
"ws": "8.18.0"
}
}