constructor()

in src/js/server/server.ts [37:42]


    constructor() {
        this.createApp();
        this.createServer();
        this.sockets();
        this.listen();
    }