A simple go application to test whether a port is ready to accept a connection or check
MySQL, PostgreSQL, MongoDB or Redis server is ready or not, Also you can do Http call and check
the response code and text in response.
It also supports timeout so it can wait for a particular time and then fail.
You can download the latest release, or you can build it yourself.
To build just run go build
.
For detailed installation instructions, visit the installation doc.
Visit the website for detailed documentation.