{"description":"Create polls, share links, vote in real-time via websocket","endpoints":{"create_poll":"POST /poll","health":"GET /health","realtime":"GET /ws/:id (websocket)","vote":"POST /poll/:id/vote"},"example":{"create":"curl -X POST http://localhost:8080/poll -H \"Content-Type: application/json\" -d '{\"question\":\"Best language?\",\"options\":[\"Go\",\"Rust\",\"Java\"]}'"},"name":"Real-Time Poll Rooms API","status":"running"}