LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

connect vhost example #144

Closed tj closed 13 years ago

FLYBYME commented 13 years ago

Hey.

So i would like to use cluster with express and the connect vhost to server static file.

this is what im using. This is the main server: https://gist.github.com/1152826 The vhost app: https://gist.github.com/1152828 Can i get some advice on doing so. I would like to keep the code in node and try not to move operations to other servers outside of node.

Thanks