simonlast / node-persist

Super-easy persistent data structures in Node.js
MIT License
719 stars 78 forks source link

Can we store node event emitter objects in this? #133

Closed mobcoder-vishal closed 3 years ago

mobcoder-vishal commented 3 years ago

Need to store these type of event emitter class objects?

eventEmitter {

}

akhoury commented 3 years ago

no, you can't, because we need to serialize this to be stored on disk. This is NOT storing in RAM, this is storing on DISK