I have a little project with CanJS and Node on a Rest webservice. I found that the most important thing worth sharing for Models is some configuration for validations. But that also depends on the database you are using, maybe
node-validator might be worth a look.
Personally, I found now, that finally the importance of good server/client separation (as JMVC encouraged for a long time) has become more accepted it is important to try not to mix client and server concerns up too much again just because both sides speak the same language.