Node.js using MVC pattern without database except data structures to store data(An article on this question above👆). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Node.js using MVC pattern without database except data structures to store data(An article on this question above👆).

please need a link of javascript nodejs back-end framework article that talk on details how to create an application using datastructures without database

2nd Feb 2019, 8:14 AM
Alao Abiodun
Alao Abiodun - avatar
3 Answers
+ 2
Array and object are used to temperary hold the data in ram while function is being executed. They cannot store data persistently.
2nd Feb 2019, 5:14 PM
Calviղ
Calviղ - avatar
0
Without database, where is the data going to be stored?
2nd Feb 2019, 12:26 PM
Calviղ
Calviղ - avatar
0
I mean you will be using data structures like array and object method to store your data first
2nd Feb 2019, 12:38 PM
Alao Abiodun
Alao Abiodun - avatar