Tag: Node. Nodejs
-
How to access functionality from various JS files in Node.js
In this post we will take a look on working with different JS files in Node.js. To start with let us assume a scenario that you have several js files and you need to work with these js files and use functionalities from these files in server.js. In Node a JS file is a module.…