Ember is very flexible in this sense, providing the ability to extend the adapter and serializer to integrate your application with any API.
You should get the WebAPIAdapter, which is part of the Ember.js web API template.
In addition, you can take a look at this project . I wrote as an example, based on the same template (with some changes that I made on my own). It is still under development and does not contain all the best practices (for now), but I would say that this is a valid example.
You should also study this repo / library (you can install it through NuGet ), which allows you to precompile Handlebars templates directly into the Ember.TEMPLATES collection.
MilkyWayJoe
source share