DEV Community

Cover image for The Big Beautiful Bot - A Spring Boot & LLM Chatbot with SSE -> Next.js
David Brown
David Brown

Posted on • Originally published at tucanoo.com

The Big Beautiful Bot - A Spring Boot & LLM Chatbot with SSE -> Next.js

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)