node.js - Server-side DOM storage with Node -


have seen using server-side dom datastore, via jsdom or cheerio in node, maybe library query dom using conventions activerecord-style api?

seems obvious, albeit extremely slow significant amount of data, can't find reference doing this.

no have seen no such thing. frankly, can't think why that. guess think documents created jsdom/cheerio persisted disk. that's not case. in-memory only. data structure, not data store.

you can use basic javascript data structures (arrays & objects) in-memory data stores. there in-memory data store made interoperable mongodb. not sure tree barking activerecord, activerecord pairs relational data store, not dom, tree structure.

https://github.com/louischatriot/nedb

https://npmjs.org/package/node-memory-cache

https://npmjs.org/package/memcouch


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -