Web
4 posts
Web Interface Deployment and Maintenance: Let Users Access via Browser
Detailed explanation of deploying Agent in production environment via ADK Go Web interface—including HTTPS configuration, reverse proxy, high availability solutions.
May 30, 2026 · 1 min · 33 words · Mengshou Programming
Streaming UI Practice: Building Real-time Chat
Detailed explanation of using ADK Go to build real-time chat interface with streaming output—complete实战代码 from backend SSE to frontend EventSource.
May 30, 2026 · 1 min · 28 words · Mengshou Programming
CLI vs Web: ADK Go Execution Modes Comparison and Selection
Detailed comparison of ADK Go’s two execution modes—CLI interaction and Web interface—their applicable scenarios, pros and cons, configuration methods.
May 29, 2026 · 3 min · 599 words · Mengshou Programming

Rust + Axum, from zero to hero: build a high‑performance Web server the LEGO way
A step‑by‑step Axum guide to build a modern high‑performance Web service: routing, path and query parameters, JSON, shared state, and middleware (tracing, CORS) with complete code samples and best practices.
August 14, 2025 · 2 min · 404 words · Rexai Programming
