Knowledge.ToString()

Tag: node.js

  • How to Use Plain Old JavaScript File into Node.js as a Module

    If you want to use your plain old JavaScript file into Node.js, you need to create a module which is nothing but a fancy wrapper around your JavaScript file and then you can use all the functions of your JavaScript object into Node.js. Environment Windows 7 (64 bit) Node.js 4.4.2 (64 bit) Path already contains…

    |