what is diference between nodejs and mongodb? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is diference between nodejs and mongodb?

i want to be backend developer i stuck with backend pls explain in detail

27th Jan 2019, 1:38 AM
Danielov
Danielov - avatar
2 Answers
+ 4
Node.js is a js runtime environment which allows you to do file I/O, deal with servers,cookies et. asynchronously. MongoDB is a DB that can be used with node js to deal with data https://www.sololearn.com/learn/9660/?ref=app https://www.sololearn.com/learn/12764/?ref=app
27th Jan 2019, 7:18 AM
Seniru
Seniru - avatar
0
MongoDb is a non-relational database while nodejs. is a compiler at runtime for the server. Used by frameworks for application development bakend, such as express.js and nest.js obviously these are working with javascript and their typescript typed language. @daneillonge
24th Feb 2019, 2:36 AM
CRISTHIAN JUMBO
CRISTHIAN JUMBO - avatar