Nexus Web Dashboard - Axum-based web interface for Nexus Memory System
This crate provides:
- REST API endpoints for memory CRUD operations
- WebSocket real-time updates
- Static file serving for the dashboard UI
- CORS and security middleware
Example
use WebDashboard;
use Arc;
use RwLock;
async