Is Umbraco compatible with Ember.js?

Hi i have a requirement of using umbraco as back end and ember.js as front end, is this combination possible?

Ember is completely flexible in terms of what backend you use. The easiest would be using a backend that supports JSON API or AMS, but you can write your own adapters and serialisers if needed.