● Server is running
ws://localhost:8080/ws
Main endpoint for audio streaming and real-time responses
GET /health
Returns server health status
GET /status
Returns server status and active connections count
Connect your macOS Wspeak client to the WebSocket endpoint to start processing audio.
Client → Server:
{"type": "audio_chunk", "data": "base64-encoded-audio"}
Server → Client:
{"type": "answer", "question": "...", "response": "..."}