How to store persistent data in Node.js?
Anonymous
I am new to Node.js and I have been trying to create restful api. I need help in saving data without using database.
Scenario: One end point should save data and another end point should return the data.