I'm trying to get started with ember; after reading all the documentation, now i'm trying to move the example todo app to a server; In the example the app is configured for using the LS Adapter for local data; if i want to use data from the server, what i need to handle the ember-data get request? I'm a beginner in this; what i mean is: is needed some kind of servlet to deal with ember-data? Where the data should be stored on the server?
I spent hours on google but i still confused about this; can you provide some input to drive me in the right direction?