So I am trying to develop a custom plugin for my community. I have followed the tutorials for developing a plugin by @eviltrout and the tutorials still miss important information about communicating between the frontend and backend. I read that everything is ajax calls, but I have found a plugin example that I cannot understand.
I am looking at this Notebook plugin.
So I understand the server routes and the client controller. What I cannot understand is how are the server routes called, even if there are no ajax calls.
I think it has something to do with the RestModel that the note model extends.
Still I cannot find the implementantion that specifies what routes you have to define in the server so that the store in ember can use.