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?

  • Dunstabzugshaubitze@feddit.org
    link
    fedilink
    arrow-up
    2
    ·
    2 months 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.