Loosely Coupled JavaScript Using PubSub

added by bradygaster
8/25/2011 5:12:12 PM

200 Views

I recently watched a very interesting video by Rebecca Murphy that discussed using the pubsub architecture to create loosely coupled JavaScript. The concept is to develop your JavaScript objects and allow the communication between the objects to occur via events that are managed by a publisher / subscriber (pubsub) service


0 comments