Publish/subscribe is a messaging pattern where senders (publishers) of messages do not program the messages to be sent directly to specific receivers (subscribers).
From PyPubSub: Pypubsub provides a simple way for your Python application to decouple its components: parts of your application can …
python publish-subscribe pypubsubI've been trying to use $.subscribe but it doesn't seem to work. I downloaded a WAR project where it does …
jquery jquery-plugins publish-subscribe struts2-jqueryI search through redis command list. I couldn't find the command to get all the available channels in redis pub/…
redis comet publish-subscribe channelI've got a simple app set up that shows a list of Projects. I've removed the autopublish package so that …
javascript mongodb meteor publish-subscribeI've built this sample: Getting Started With RabbitMQ in .net, but made 2 programs: one-publisher one-subscriber I'm using BasicPublish to publish …
c# rabbitmq publish-subscribe messagebrokerHow do you call one action from another action when wrapped within actions in an EmberJS controller? Original code that …
javascript ember.js publish-subscribe ember-controllersPublishing single messages to a RabbitMQ queue can be easily done with the UI, by simply putting the message in …
file command-line rabbitmq message-queue publish-subscribeSomebody asked me what PubSub was and how to create a channel (in comment from my answer) and I pointed …
redis publish-subscribeI am currently interested in seeing what channels are subscribed to in a Redis pub/sub application I have. When …
redis publish-subscribeEDIT: this question, some of the answers, and some of the comments, contain a lot of misinformation. See how Meteor …
collections meteor publish-subscribe