A while ago I added mDNS support to
pow so that
anything.dev can be accessed at anything.bumblebee.local by other computers and devices (bumblebee being my computer's name).
A few people expressed interest in using this at railscamp—it's useful for sharing and playing with apps on devices—so
my pow fork has been updated to the latest version and has mDNS reintegrated. nodejs 0.4 is currently required as all the powerful sockets support has been removed in 0.6 (which makes me very angry). Some pow from-source
installation instructions are available which should still work, but install nodejs 0.4 using:
I'm happy to help people get this up and running, poke me at the camp for more info.
The old unix sockets stuff needs to be working again on nodejs 0.6 to upgrade. The node project won't merge this into the core upstream so sockets support has to be reimplemented in a separate package, potentially using
unix_dgram and the nodejs 0.4 dgram module as a start—railscamp project?
Cheers,
Sam.