Hi everyone,
I am a newbie to the node.js world and I am so excited to learn about all the cool stuff out there.
My aim is to develop a Real-time event based app. My technology panel contains node.js,
socket.io, nools and redis.
I am trying to combine all f it to ensure scalability and high performance.
When it comes to rules, my case is to allow end-users to define their own rules at runtime, write it in a nools DSL syntaxe and update my dynamic nools' files.
So my question is where to store these files. I thought of Database storage as BLOB , but then with excessive read/write transactions, I have some performance doubts.
What about in-memory storage, can Redis be a considerable option ?
Thanks in advance