Expand description
HTTP API Server for Chat System Manager
Provides a REST API for the web frontend and mobile app to interact with CSM. Uses Actix-web for the HTTP server.
Modules§
Structs§
- AppState
- Shared application state
- Server
Config - API server configuration
- WebSocket
State - Global WebSocket state shared across connections
Functions§
- configure_
auth_ routes - configure_
recording_ routes - configure_
sync_ routes - Configure sync routes
- configure_
websocket_ routes - Configure WebSocket routes
- create_
recording_ state - create_
sync_ state - Create shared sync state
- start_
server - Start the API server