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

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.

Awesome Lists containing this project

README

          










MangoManager



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.