DrupalACT October meetup notes
Meeting notes for those not able to attend the October meeting.
The October DrupalACT meeting was held on 2nd of October at AMA House in Barton. View the DrupalACT introduction presentation.
Presentation
Adam Malone (AMA) presented Drupal and Node.js: Push your site
Redis alternative to node.js as publish/subscribe server?
Hi, I've just briefly read through server.js. It basically implements a publish/subscribe server, right?
I wonder if somebody has compared this custom Javascript code to what dedicated publish/subscribe servers might do out of the box. Particularly, I think of Redis and its pub/sub capabilities. Redis can do other things as well, like persistence and replication so it might be well worth looking at it not just as an alternative to Memcache.
Both of these engines may even be made swappable by standardizing on an API between Drupal and the pub/sub server.
Just my 2¢ on this fascinating new stuff.
-- Olav
Read more
