Commit graph

10 commits

Author SHA1 Message Date
Gered f376881cbc add todomvc app example 2014-12-28 00:56:19 -05:00
Gered c218eaadfb use new clj-browserchannel-messaging version 2014-12-28 00:41:36 -05:00
Gered 27d339727e fix typo in keyword name 2014-12-28 00:41:18 -05:00
Gered d6336593bc bump up clj-browserchannel-messaging version 2014-12-27 18:18:40 -05:00
Gered dcf19c33e2 change default subscriber-key to :client-id 2014-12-27 18:18:25 -05:00
Gered 03b81ce513 should also throw an error when zero view-sig matches by name are found 2014-12-27 00:10:32 -05:00
Gered 92d6bc6713 update to views 0.5.0 2014-12-27 00:00:51 -05:00
Gered 32b9a4b635 add refcounting to view subscriptions / unsubscriptions
to know when it requests should be sent to the server to subscribe
and when to unsubscribe (if multiple components subscribed to the same
view-sig, etc)
2014-12-26 23:51:49 -05:00
Gered a91876b7da view components now maintain their own list of subscribed view-sigs
- includes some related refactorings
- getting a view cursor by view name (not sig) now is limited to a
  view-sig lookup within the list of the component's own subscribed
  view-sigs instead of the global subscribed view-sig list
2014-12-26 22:39:37 -05:00
Gered 7c2350f136 initial commit using test application code as the base & comments added 2014-12-24 19:19:43 -05:00