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
3 Réponses
+ 2
Array and object are used to temperary hold the data in ram while function is being executed. They cannot store data persistently.
0
Without database, where is the data going to be stored?
0
I mean you will be using data structures like array and object method to store your data first