-
Notifications
You must be signed in to change notification settings - Fork 32
What is a web server doing in the installer? #57
Comments
@soegaard That's not a web server, that's a string with code demonstrating how to build a web server. It's used in https://github.com/nodejs/installer/blob/master/src/renderer/components/RandomExample.jsx |
Closing as answered, feel free to comment/reopen if there are more concerns about that. |
Yes exactly. Why is such an example in the installer? The job of the installer is to download the zip-file, unpack it and copy the files to proper folders. |
To be friendly and helpful for people new to Node.js. It presents a nice place for them to get started with trying it out once the install completes. |
That makes sense. In my defense I never got to see what happens when the installer is finished: |
@soegaard I don’t think this project (new installer) is going anywhere, at least until somebody picks it up again. |
Why is this included in the installer?
https://github.com/nodejs/installer/blob/master/src/renderer/lib/examples.js
The text was updated successfully, but these errors were encountered: