balderdashy / mast

UI conventions built on top of Backbone.JS
MIT License
81 stars 14 forks source link

Sails Backbone.sync override #120

Closed mikermcneil closed 11 years ago

mikermcneil commented 11 years ago

Take existing socket.io sync and enhance to support Sails' RESTful abstraction on top of sockets.

mikermcneil commented 11 years ago

Most importantly, listen for the appropriate comet stuff from Sails and trigger model/collection listeners. This should not be mast-specific and work for any backbone models/collections.

mikermcneil commented 11 years ago

Closing since this doesn't really belong in this repo.