stop()

in server.js [85:89]


  stop() {
    if (this.listening) {
      this.server.close();
    }
  }