https://github.com/nasrlol/resources-tool-api
The goal of this project is to build a cross-platform System Monitor Web App. This app will allow users to log into their account via a remote or local web-page to monitor the system resources of the device. The app will allow for the collection of system information, such as CPU, RAM, and disk usage.
https://github.com/nasrlol/resources-tool-api
c golang react react-router vite
Last synced: 2 months ago
JSON representation
The goal of this project is to build a cross-platform System Monitor Web App. This app will allow users to log into their account via a remote or local web-page to monitor the system resources of the device. The app will allow for the collection of system information, such as CPU, RAM, and disk usage.
- Host: GitHub
- URL: https://github.com/nasrlol/resources-tool-api
- Owner: nasrlol
- License: mit
- Created: 2025-03-11T21:50:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T17:02:30.000Z (12 months ago)
- Last Synced: 2025-06-23T18:20:32.125Z (12 months ago)
- Topics: c, golang, react, react-router, vite
- Language: Go
- Homepage:
- Size: 690 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYNF
A tool that allows developers to monitor devices from anywhere at any time however they want.
You can find more information on the website at www.nsrddyn.com. The website is built in React.
In this repository you can find the full source code.
Everything starts at **synf-sys**.
The source of the data, written in C. With this I'm pulling the data from the users device.
A main goal of the program is to minimize the resource consumption, at the moment this has not been tested or explored yet.
The API that supports the application consists of the following routes ->
```
GET /api/data/device
GET /api/data/cpu
GET /api/data/gpu
GET /api/data/ram
GET /api/data/disk
```