0.0.3 • Published 12 years ago
titan-lion v0.0.3
Lion
A simple service discovery server for Node.js, backed by etcd. This enables you to register services under types/roles, leaving Lion to version it and give you a port number.
Install
npm install titan-lion -gThen you'll need to install it locally:
npm install titan-lionUsage
Spin up the Lion server:
lion listen [port] [--host=x] [--port=x]port defaults to 8181.
--host specifies etcd's host
--port specifies etcd's port