4
submitted 4 weeks ago by [email protected] to c/[email protected]

Hello,

I am trying to make an anonymous chat website like Omegle. I only know Spring Boot and Thymeleaf which means I have to utilize SSR.

Has anyone made a web app using only SSR? Is it even possible?

top 2 comments
sorted by: hot top new old
[-] [email protected] 2 points 4 weeks ago

sure look into websockets and server sent events to get information to the browser.

htmx or turbo can help you to avoid full page reloads, while still doing the rendering to html in your backend services.

[-] [email protected] 1 points 4 weeks ago
this post was submitted on 19 May 2025
4 points (100.0% liked)

Java

1695 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 2 years ago
MODERATORS