There's not much material out there showing how to use SSE (Server-Sent Events) with a Spring Boot back end connected to an LLM to power a ChatGPT-style Next.js front end, so I put together a full tutorial on it, with the complete code repository as always.
Tutorial -> https://tucanoo.com/streaming-llm-responses-end-to-end-a-spring-boot-sse-backend-and-a-next-js-frontend/
Repo -> https://github.com/tucanoo/streaming-llm-spring-next
Top comments (0)