sharad-s / website-status-checker

Golang Practice. Uses goroutines to periodically check the status of websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Status Checker

First project in Golang.

Makes use of goRoutines and channels to concurrently ping a list of websites at 5 second intervals. Outputs a string indicating whether the website is currently active or not.

About

Golang Practice. Uses goroutines to periodically check the status of websites.


Languages

Language:Go 100.0%