Hi Bill,
I'm no expert here, but I may have done a little more poking around in
the dark than you ;-)
PocketIO (and
socket.io the node.js project it's based off of) mostly
handle the browser stuff for you in a way that works for most
browsers. I've not used it in production, but it looks like an awesome
tool that will save you a lot of effort.
That said, it still needs a web server to run under, one that
implements the psgi nonblocking api. Last time I looked at the
PocketIO docs they suggested Twiggy (or at least used it in an
example), but other servers should work… Feersum comes to mind, I
think there are a couple of others that would work too.
Getting your head around event based programming if you haven't done
it before is probably the biggest challenge here.
I can't help with your specific error… though you might start by
trying to implement the example in the docs for the Tatsumaki module,
it's a more complete example than what's in the Twiggy docs alone.
Regards,
Steve
--
Steven McDonald
Berkeley Electronic Press
smcd...@bepress.com
http://www.bepress.com/