0.2.0 • Published 7 years ago

signalr-tester v0.2.0

Weekly downloads
15
License
SEE LICENSE IN li...
Repository
github
Last release
7 years ago

SignalR Tester

SignalR health checker.

The script exits with exit code 0 if SignalR service appears to be online, nonzero otherwise.

Usage

signalr-is-up --url SIGNAL_URL --hub HUB_NAME [--timeout 10] --qs NAME=VALUE

Example

signalr-is-up --url http://my-host:10327/signalr --hub myHub --timeout 5 --qs userCacheKey=ABCDEFGHIJKLMN --qs organizationUnitCacheKey=1234567

Installation

npm install -g signalr-tester