Add server files

This commit is contained in:
Vatsal Ambastha
2021-05-28 18:57:48 +05:30
parent 5ea25271d8
commit 45e609df64
8 changed files with 673 additions and 60 deletions

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "websocket-signaling",
"version": "0.97.4",
"description": "A websocket signaling server for use with WebRTC Network and Video Chat assets for Unity.",
"main": "server.js",
"author": {
"name": "Christoph Kutza",
"email": "contact@because-why-not.com"
},
"dependencies": {
"express": "^4.13.4",
"requirejs": "^2.2.0",
"typescript": "1.8.9",
"ws": "^1.1.0"
},
"scripts": {
"tsc": "tsc"
}
}