constructor()

in server.js [70:73]


  constructor(port = 8080) {
    this.port = port;
    this.listening = false;
  }