> > I want to all the informations is saved in memory of machine (RAM) and > periodly (for example 10 minutes), it pushs data to mongodb
If you are using (or thinking about using) Backbone, you may be able to stack these Backbone plugins (or use as inspiration to write something similar): - https://github.com/jashkenas/backbone/wiki/Extensions,-Plugins,-Resources#backbonelocalstorage - https://github.com/jashkenas/backbone/wiki/Extensions,-Plugins,-Resources#backbone-mongodb Also, the recommendation to use Pouch + Couch is a great alternative if you aren't completely tied to using Mongo. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
