Switching to ws instead of socket.io and implementing basic authentication

This commit is contained in:
Fabian
2019-10-10 12:28:44 +02:00
parent cdafa7bbd4
commit 8b6767c5f9
7 changed files with 319 additions and 416 deletions

View File

@ -1,3 +1,4 @@
export default class Session {
root: boolean = false;
uid: string = undefined;
}