docs: Describe efficient polling feature in README

This commit is contained in:
courtmanr@gmail.com
2025-04-20 20:35:36 +01:00
parent fe17018184
commit 8340aa165c
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -155,8 +155,10 @@ docker compose down
## ✨ Features
- Lightweight monitoring for Proxmox VE nodes.
- Displays real-time status for VMs and Containers.
- Simple web interface.
- Displays real-time status for VMs and Containers via WebSocket updates.
- Simple, responsive web interface.
- Efficient polling: Only queries the Proxmox API when a user is actively viewing the UI, reducing load on the Proxmox server(s).
- Docker support for easy deployment.
## 💻 System Requirements
+4 -4
View File
@@ -1,12 +1,12 @@
{
"name": "proxmox-simplified",
"version": "1.0.0",
"name": "pulse",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "proxmox-simplified",
"version": "1.0.0",
"name": "pulse",
"version": "2.0.0",
"dependencies": {
"dotenv": "^16.0.0"
},