The idea of this project is to get info about a server's hardware in real time to future monitoring.
- Go
- Gorilla Websocket
- Echo Framework
- HTMX
- github.com/shirou/gopsutil/v4 (to get the hardware info)
- Clone this repo
- in the repo folder do
go run .
- Go to localhost:1313/ to view your system's data
- In case of horizontal scaling, be able to monitor each server and load
- Connect this to a database and obtain server's load data to analyze trend