I need More Information localhost device


start() {
  const server = http.createServer(this.handleRequest.bind(this))
  server.listen(this.port, () => {
    console.log(`${chalk.yellow('Starting up super-server: ')}${this.directory}`)
    console.log(`http://localhost:${chalk.green(this.port)}`)
  })
}

@huxosois ,

Please elaborate on your question so that we can help you further.

Regards,
Yoga Ramya