Server side or client side Ember.js or both?

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.

+4
source share
2 answers

.

:

  • ( )

:

, Ember.js - .

, (, pouchdb) ember.js . , .

Ember.js UI:

  • : .
  • : , . ( fastboot)
+4

Ember - , -.

Ember Node NPM CLI Ember-CLI. , , , , .. Ember, Node, , .

Ember Fastboot.

+2

Source: https://habr.com/ru/post/1671654/


All Articles