Question: Can you create an https web server with Node.js?
- no, there are no modules supporting it yet
- yes, with the https or http2 modules
- yes, through the path module
- yes, with the http module
Answer: The correct answer of the above question is Option B:yes, with the https or http2 modules