Core Features

Basic: Full Pascal syntax, modular development, full-scene logging
Web: HTTPS, CORS, URL rewriting, file upload, HTTP request handling
Data Processing: JSON parsing, regex, encoding conversion, string manipulation
Database: SQLite, MySQL, SQL Server, Oracle via unified API
Operations: Scheduled tasks, automated resource management, exception debugging
Security: JWT, encryption (AES/DES/3DES/SM4), hashing (MD5/SHA/SM3), SQL injection prevention, exception protection
Toolset: Captcha, QR code, time handling, Snowflake ID one‑call

Directory Structure

WebPascal/
├── script/ # Web scripts (supports multi‑level subdirectories)
├── task/ # Scheduled task scripts (no subdirectories)
├── uploads/ # Uploaded files (auto‑organized by date)
├── www/ # Static resources (HTML/CSS/JS/images)
├── log/ # Logs (auto‑generated by date, 30‑day retention)
└── cache/ # Temporary files (auto‑cleaned)

Technical Specifications

ItemDescription
Supported OSWindows 7+ / Windows Server 2012+
HardwareCPU ≥1 core, RAM ≥1GB, disk ≥100MB
Default port8833 (configurable)
Script encodingUTF‑8
Log retention30 days auto‑clean