uberVU / mozaic

JS Framework for building SPA
http://ubervu.github.com/mozaic/
26 stars 17 forks source link

Implement the possibility of only calling the subscribers of a channel once (maybe?) #63

Open arcade opened 11 years ago

arcade commented 11 years ago

Add support to the collection layer for widgets to subscribe to certain channels (such as the /social_profiles channel) and only be called once.

This use case might be handy in cases where you want to do a certain action once, in case of an event, for example show a popup when the social profile list is retrieved.