In most of our applications we are concerned about how to access data on the server and display that on a Client side interface.
Both our CanJS client side framework and our SailsJS server side framework offer Models to help us interact with our data.
In this section we will talk about how to implement Models on both the Server and Client and then tie them together.