Community

Where Does Node.js And Require() Look For Modules?

(Ben Nadel) In the last week or so, I’ve started to experiment with building server-side Javascript code for Node.js. When you build a Node.js application, you can use the global require() method to load and cache Javascript modules.

Read More - Register for Free Membership