I am new to Node.js and I have read the book "The Node Beginner Book" written by 'Manuel Kiessling'.
But there's something which this book does not cover that all the .js files are in the same folder or the same path.
e.g, when create a blog project and I named it blog, then I add the server.js, app.js.
Do I have to include the node.exe file in the same folder too? or Can I just place it else where?
Can anyone help or recommend some article about the path in Node.js.
Advance Thanks a lot!