Tag: NodeJS

  • An introduction about Node.JS and usage of its modules

    Node.js is an open source, cross platform JavaScript runtime environment for developing variety of tools and applications. Node.js is a platform that built on Chrome’s JavaScript runtime. Node.js applications will be developed in JavaScript and they run within Node.js runtime. In this article I am going to show you how to setup Node.js, how you…