RisingStack / oneshot-budapest

ONE-SHOT is a one day single track speaker series presented by NodeConf
11 stars 0 forks source link

Talk about Entities #31

Open thanpolas opened 10 years ago

thanpolas commented 10 years ago

Entities are a new concept I'd like to share with the Node.js community.

An Entity is a high level business unit. Entities are supersets of models and resources. They are persistent storage agnostic and provide a normalized CRUD API with which your consuming services can perform business logic actions.

Check out the current Node.js implementation on the Entity repository.