K
K
Klaus Kater2016-03-29 16:23:19
Ember.js
Klaus Kater, 2016-03-29 16:23:19

How to add ember server functionality?

Hello. As far as I know, the ember runs on the node.js server, and the ember server command is exactly the same server that runs.
Is it possible to modify the functionality of this server itself so as not to run a separate api for it, and where is it located (set the standard ember-cli path)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Romanov, 2016-03-29
@kurojneko

Hello.
I didn’t understand about the API, but you can modify the functionality by writing your own addon for ember-cli. There are examples online on how to do this. It is better not to edit the ember-cli module itself.
I also want to clarify that ember-cli is not a client-server application server in the broadest sense. Ember-cli is such a functional assembler for developing, building and testing a web application. It is better not to combine the server side and the client side and store them in different repositories.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question