1.1.6 • Published 8 years ago

wuu v1.1.6

Weekly downloads
12
License
AGPL-1.0
Repository
github
Last release
8 years ago

Wait Until Up

Install npm i -g wuu

Then you can use this in shell scripts, like so

# /bin/bash
wuu --port 5672 --host rabbitmq --timeout 60 --retry 2
wuu --port 5432 --host postgres --timeout 60 --retry 2

# ok rabbit and postgres running
node ./server.js

Or use in a node script:

const wuu = require('wuu')
wuu(port, host, retry, timeout).then(() => {
	// that thing is listening
})
1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago