简体   繁体   中英

Looking for lazy loading server/client ActiveRecord ORM for Node.js

I'm new to node.js and I'm looking for an Active-Record-style ORM (to whichever database - any would be great). But in particular, I'm hoping to find one with these qualities:

  • Same interface on both client and server.
  • If information is already on the client, then that information is used unless it is deemed "stale".
  • If information is not already on the client, then it's retrieved from the server - though there should be bundling of requests so that you're not issuing a ton of http requests.
  • Simple (enough).

Is it out there?

there is a great framework for Node called meteor:

meteor

it seems to do what you wish and even more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM