D
D
Dmitry Valkov2014-06-21 12:03:28
JavaScript
Dmitry Valkov, 2014-06-21 12:03:28

How to run an Ember.js application in conjunction with Zend Framework 2?

Situation: there was an application entirely written in Zend Framework 2, with a rich frontend component. It was decided to transfer all the logic of fronrend's work to the application on Ember.js.
Question: how do you need to remake the backend now so that it normally gives the Ember application?
There is an option in which Zend's index router will return a page with all connected js files. As far as I know, this is the most common way, but are there others?
Thank you in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-06-21
Protko @Fesor

Usually they implement a separate application on ember.js and rest-api on zend. Nothing else but through the apishka they do not intersect. The front does not even know what the server part is written on.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question