An open API service indexing awesome lists of open source software.

https://github.com/jay179-sudo/website-health-checker

A gRPC service that takes in a URL and performs a health check on it.
https://github.com/jay179-sudo/website-health-checker

docker docker-compose go grpc grpc-go

Last synced: 5 months ago
JSON representation

A gRPC service that takes in a URL and performs a health check on it.

Awesome Lists containing this project

README

          

# Website-Health-Checker
A gRPC service that takes in a URL and performs a health check on it.

clone the repository

```
source ./docker.sh
```

to execute a client

```
go run cmd/client/main.go

```

to customize the URL, change the URL in the ```change-urls.sh``` file