I got a little confused in Ember.js, I don't understand some basic concepts related to Ember. I see on the official page that Ember is a client environment.
The reason for this difference is that Ruby on Rails is the server base, while Ember is the client platform.
Ember Doc.
But at the same time, I know that Ember works under Node.js, which is a server-side structure.
It is also true that with Ember, I can create views and components for user interfaces.
So, I'm very confused, is Ember a server structure, a client environment, or both?
Thank.
source
share