Does anyone know of a Node.js module like multi-node or stereo that will run multiple server processes natively on Windows.
Those above listed modules all have calls to "process.binding("net")" and that line seems to currently only work on posix machines (see this bug: https://github.com/joyent/node/issues/1373), but blows up on Windows.
Other suggestions are welcome, too!