Hi,
Is it possible to use ember data without ember ?
Context: I am developing a server api that will have clients in web ( ember js ) and desktop client. The desktop client will be done in Qt QML, that has/uses javascript.
Is it possible to put ember data in the desktop client and use it like a normal JS library without ember ? If not, any recommendations?
Thanks.