js-data-examples
js-data-examples copied to clipboard
Example client-side and server-side apps that use various combinations of js-data and its adapters.
This is the controller with the routing: https://github.com/js-data/js-data-examples/blob/master/server/sql/app/app.js#L103-L169 And what you do have inside your controllers is actually the Repository. Also, `{any}Service` should be called `{any}Model`, excepting the `messageService`.
Hi, First of all, thanks for the sample! It's helping me to kickstart a project. However, if someone would run more than one replica of the socket.io server, horrible things...