separate server into two reusable modules

This commit is contained in:
Kevin Jahns
2019-04-27 00:23:04 +02:00
parent b3dc45c708
commit 7e481b70e8
5 changed files with 189 additions and 176 deletions

15
package-lock.json generated
View File

@@ -967,6 +967,12 @@
"type-check": "~0.3.2"
}
},
"lib0": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/lib0/-/lib0-0.0.2.tgz",
"integrity": "sha512-7bJgV2emHGRO5kpj66Gdc9SQKVfhDBLx0UIS/aU5P8R0179nRFHKDTYGvLlNloWbeUUARlqk3ndFIO4JbUy7Sw==",
"dev": true
},
"load-json-file": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
@@ -1697,6 +1703,15 @@
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-0.0.2.tgz",
"integrity": "sha512-ixAaywK7USrMX7h6H2PZ59rtNVZcfJCNO0+/gDhAV1Sizwxdt0T6wPm9RCxDJtY3pXNeWA8MgtBysMGkgGA5xA=="
},
"yjs": {
"version": "13.0.0-80",
"resolved": "https://registry.npmjs.org/yjs/-/yjs-13.0.0-80.tgz",
"integrity": "sha512-kKS7U6JerP1MwnJ5W0aRvqWb2YLqrng8NXirLVq8b/dPzY+hYRGhmxHvMZ/zGZ053A5eTqmprCTE5M22BOm3Yw==",
"dev": true,
"requires": {
"lib0": "0.0.2"
}
}
}
}