https://github.com/travis-heavener/mangomanager
A LAN-based hardware monitor made using Express & web sockets.
https://github.com/travis-heavener/mangomanager
express hardware-management nodejs websocket
Last synced: 5 months ago
JSON representation
A LAN-based hardware monitor made using Express & web sockets.
- Host: GitHub
- URL: https://github.com/travis-heavener/mangomanager
- Owner: travis-heavener
- License: mit
- Created: 2026-01-06T01:31:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T08:05:47.000Z (5 months ago)
- Last Synced: 2026-01-15T14:50:50.141Z (5 months ago)
- Topics: express, hardware-management, nodejs, websocket
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A LAN-based hardware monitor
Project by Travis Heavener
---
## About
MangoManager (or simply "Mango") is a LAN hardware resource manager that allows other
network devices to view the host device's hardware utilization in the browser.
I mainly created this to work on my knowledge of web sockets, and to serve as my first
project for 2026.
## Configuration
1. Install [Node.js](https://nodejs.org/).
2. In the root directory of this project, run `npm i` to install required packages.
3. Copy the configuration file "conf/config.sample.json" to "conf/config.json" and adjust to your liking.
4. In the same directory, run `npm run dev` to start Mango.