isaacs / cluster-master

Take advantage of node built-in cluster module behavior
ISC License
276 stars 44 forks source link

add REPL config, help, and document #12

Closed jeffbski closed 10 years ago

jeffbski commented 11 years ago

Provide ability to configure REPL via config.

Examples of configuring repl

var config = { repl: false }                       // disable REPL
var config = { repl: '/tmp/cluster-master-sock' }  // unix domain socket
var config = { repl: 3001 }                        // tcp socket 0.0.0.0:3001
var config = { repl: { address: '127.0.0.1', port: 3002 }}  // tcp 127.0.0.1:3002

Provide help command within the REPL

Document REPL use

mcculloughsean commented 11 years ago

:thumbsup:

liamdon commented 11 years ago

:+1:

tellnes commented 10 years ago

:+1:

jeffbski commented 10 years ago

Since it had been a long time since this pull request was created and hadn't yet been merged, I finally published my fork in npm as cluster-master-ext so it would be available I npm.

My fork is at https//github.com/jeffbski/cluster-master

isaacs commented 10 years ago

Sorry for the long delay. Landed and published as v0.2.0