0.0.3 • Published 10 years ago

titan-lion v0.0.3

Weekly downloads
16
License
-
Repository
-
Last release
10 years ago

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 -g

Then you'll need to install it locally:

npm install titan-lion

Usage

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