ember microlibs should be importable in node.js. People should be able to require or import EmberObject or Ember.Route or Ember.Component and play with it/debug it interactively in node or use them in their npm packages(particularly Ember.Object/computed properties could be very useful in backend ORMs).
Im also very interested to hear if its possible to require EmberObject or @ember/string today in node.js. If it is possible today, a small explanation or a documentation would be very nice!