Creating Custom Modules in node.js using exports and module.exports Varun April 12, 2015 Creating Custom Modules in node.js using exports and module.exports2015-09-25T00:14:15+05:30 node.js No Comment Modules are like reusable components that can be used across applications. It's like encapsulating a functionality in a separate module. (more…) Continue Reading ยป