I am about to start developing a web application using Ember.js as front end technology and Codeigniter at backend.
The issue on which I am struck is how to embed or use ember js with codeigniter. There is a possibility of exposing JSON objects from codeigniter through webservices and use them from ember. But in this case there can be an issue of handling sessions and cookies. I don't know whether it is possible to embed ember into codeigniter and accessing data directly with some technique. I am also searching through net but not getting any exact response.
What exactly technique should be used to embed ember js into codeigniter.
Thanks.