Sign in
Log inSign up

How to store persistent data in Node.js?

Default profile photo
Anonymous
·Aug 25, 2018

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.