KyleGalvin / webapps

1 stars 0 forks source link

Publish / Subscribe pattern #3

Closed KyleGalvin closed 9 years ago

KyleGalvin commented 9 years ago

create a publish subscribe pattern where client widgets can subscribe to server-side data model changes. This will be a major step forward in real-time client synchronization.

KyleGalvin commented 9 years ago

publish subscribe pattern written. Still testing and integrating it with the existing architecture

KyleGalvin commented 9 years ago

client subscriptions fill server subscription table nearly perfectly. I noticed the client address is stored, but not the client widget address. This is important to subscription routing, and needs to be added into the client subscription address key

KyleGalvin commented 9 years ago

The rest has been put together and integrated into the system. The wiki has been updated.