Closed mbrevoort closed 12 years ago
Wow, mike, this is great work. I was going to do this myself soon!
thanks :)
FYI I'm starting to work through how well things recover when using multiple workers and redis-store when the workers are reloaded. There are definitely existing challenges there. I'll let you know how it goes.
I added sticky worker support for xhr-polling, jsonp-polling, and htmlfile socket.io specific routes. The stickiness is based on the socket Id in the URL (sid % num_workers = worker_index).
I was going to just extend
up
and create a customdistribute
routing handler but I really like the cli interface (bin/up
) and would basically just end up forking it to copy overup-cli
.Oh, I also pegged the
express
version in thepackage.json
because3.0.0alpha1
was causing the tests to fail.