UNPKG

nic_training

Version:

Sample demos for training on nodejs

4 lines (3 loc) 597 B
//connectDemo.js //The core modules of nodejs provides most of the features required for a nodejs app. But extended features like geolocations, management, middleware creations, multi-app processing can be achieved thro external modules that are installable using a component called npm. npm means Node Package Manager which coordinates wwith github to obtain the repository of all node packages that are registered in it. Of that important ones are Connect, Express, Mongoose and many more. //Connect is a middlware component that are used to add new middlewares to UR Application pipeLine.