We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the section where server.js is turned into a node module, the following is introduced:
exports.start = start;
It would be nice if the exports object was introduced. It's not entirely clear what it does, other than "it just works."