Search code examples
node.jsdatabasestore

It is ok to store fixed data in server nodejs without database?


i want to store data users that are initialed in server nodejs, this data won't change. I dont know is it reliable?


Solution

  • you could use config https://www.npmjs.com/package/config

    or use ini https://www.npmjs.com/package/ini