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

Listen to multiple ports #162

Open subnetmarco opened 12 years ago

subnetmarco commented 12 years ago

For example a server application listens to both HTTP (port 80) and HTTPS (port 443), to handle both protocols in the same node process.

tj commented 12 years ago

this will be a lot easier with node 0.6.x cluster stuff, +1 this if you're interested https://github.com/joyent/node/pull/1879 if accepted I'll be migrating the functionality of learnboost/cluster as plugins for the new core cluster stuff