Posts

Showing posts from April, 2020

ExpressJS

Image
What is Express JS                                This is Node.js web application frameworks which provides robust set of features to Develop Web and Mobile Applications and RESTful APIs . Among these features there are several highlighted   Core Features.                Features Of Express JS                               High Performance                             Can Setup middlewares to Response to HTTP Requests.                              Re-usability                              Robust Routing                              can gain more features via plugins               Installing  Express JS                             First have to install Express framework globally by using npm commands, using this bellow command save the installation locally in @node_modules and creates a directory express inside @node_modules                              npm install express --save                                   There are three more module, in order to work with