So, today was my second day of training Meteor.js - reading documentation, watching videos, etc. .... What I have not seen so far was a strong concept of the model, so it will be used in most other JS- infrastructures. For example, if my Meteor application was to contain a list of people, I would declare the People collection and subsequently add / update / delete entries. This is different for me from creating a Person object, setting its properties, adding this object to a collection of other Person objects, etc. Is my initial perception correct, and Meteor really does not have this paradigm of modeling business objects, what do the other frameworks do?
meteor
Eugene goldberg
source share