Everyplay / serverbone

Backbone node.js additions to serve backbone collections/models over express
MIT License
5 stars 5 forks source link

Document collections #3

Closed mulderp closed 10 years ago

mulderp commented 10 years ago

In the process of documenting collections, I come across url and and fetch . I guess these have slightly different semantics on the server than on a client.

The idea is url is an API endpoint? And fetch is mapping to a GET request ?

(first attempt document these here: https://github.com/mulderp/serverbone/commit/d373d2f5f6e935a6848a4348c57e79ecdf75ba66 )

mulderp commented 10 years ago

Interesting article: https://blog.andyet.com/2011/feb/15/re-using-backbonejs-models-on-the-server-with-node/