Tagged articles
2 articles
Page 1 of 1
php Courses
php Courses
Jun 28, 2023 · Frontend Development

Real-time Data Visualization Using PHP WebSocket and Highcharts

This tutorial explains how to build a real-time data visualization feature by setting up a PHP WebSocket server with Ratchet and displaying live data on the client side using Highcharts, covering environment setup, server and client code, and deployment considerations.

Data visualizationPHPReal-Time
0 likes · 9 min read
Real-time Data Visualization Using PHP WebSocket and Highcharts
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Sep 13, 2020 · Backend Development

How to Build a Django Server Performance Dashboard for CPU, Memory, and Process Monitoring

This guide walks through creating a Django‑based monitoring system that collects CPU, memory, and process metrics from MySQL, defines models, runs migrations, implements views that format data for Highcharts, builds HTML templates with interactive charts, configures URLs, and runs the server to display real‑time performance dashboards.

BackendDjangohighcharts
0 likes · 14 min read
How to Build a Django Server Performance Dashboard for CPU, Memory, and Process Monitoring