ended3월 22일· 1 sources

Improve the interaction with Stream AI Responses

AI 응답의 스트리밍 처리 방식 개선하기

Why it matters

A Spring Boot API was refactored from synchronous AI responses to server-sent event (SSE) streaming using SseEmitter, enabling progressive token delivery to the frontend. The streaming endpoint abstracts provider differences (Ollama and Claude) behind a unified contract, keeping the service layer clean while dramatically improving perceived response time.

1
Sources
+0
24h
Growth
172d
Active
Spring BootSSESseEmitterOllamaClaudestreaming

Sources

Related Issues