Question: Can you create an https web server with Node.js?

  1. no, there are no modules supporting it yet
  2. yes, with the https or http2 modules
  3. yes, through the path module
  4. yes, with the http module

Answer: The correct answer of the above question is Option B:yes, with the https or http2 modules