Auth, connect and room join with greeting.

This commit is contained in:
2021-10-31 22:33:18 +01:00
commit 755411b9c1
6 changed files with 1028 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "schat2-clive",
"version": "1.0.0",
"description": "Game host for SChat 2-powered chat sites",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://gitea.unknown.name/pendulum/schat2-clive.git"
},
"keywords": [
"game",
"host",
"chat"
],
"author": "Niels Simenon",
"license": "ISC",
"dependencies": {
"bhttp": "^1.2.8",
"config": "^3.3.6",
"ws": "^8.2.3",
"yargs": "^17.2.1"
}
}