1.0.8 • Published 9 years ago

servers v1.0.8

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

Servers

A service server registry of sort.

NPM

Build Status Dependencies Status

Install

npm install -g servers

Usage

servers-master

Starts a registry server to store request from other clients and to inform others on the location of other servers

OptionsDescription
portport the server listens to for request
keyAuthentication key to use
servers-master --port 9999 --key test

servers-client

Submits a registry entry into the registry server or get the registry entry from the server

OptionsDescription
portport of the listening server
keyAuthentication key to use
hosthost address of the server
namename of this client server, by default will try to obtain hostname of machine
modemode of this command - set will update the servers list - get will fetch the latest server list stored
server-client --port 9999 --key test --host http://localhost --name devServer --mode set
server-client --port 9999 --key test --host http://localhost --name devServer --mode get
1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago