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."
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."