private sockets()

in src/js/server/server.ts [59:61]


    private sockets(): void {
        this.io = socketIo(this.server);
    }