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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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