I had started learning node js for backend development two or one month ago and I had learned many things like npm express js,mongoose and MongoDB as database while learning npm i learned we can download npm external packages and i am a python developer and i had been creating websites using django so in python django i was able to use python external libraries to make my work easy so can we do same in express js node js this is my question please help me if you know the answer
Yes you can download any packages! you need only download node js and you will have npm. After that you can download any packages only run this command: npm i packagename more information about packages please visit these site https://www.npmjs.com/