Expand description
Development server implementation.
Serves the frontend as a local web page with hot reload and Agent API. This is the core of rdesktop’s Agent-first development story.
The dev server does three things:
- Serves frontend static files (HTML/CSS/JS)
- Injects the rdesktop bridge script for IPC
- Provides Agent API endpoints for AI agent interaction
Structs§
- DevServer
- Development server that serves the app in browser mode.
- DevServer
State - Shared state for the development server.