<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sse on Sven Ruppert</title><link>https://sven-ruppert.info/tags/sse/</link><description>Recent content in Sse on Sven Ruppert</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>sven.ruppert@gmail.com (Sven Ruppert)</managingEditor><webMaster>sven.ruppert@gmail.com (Sven Ruppert)</webMaster><copyright>© 2026 Sven Ruppert</copyright><lastBuildDate>Fri, 05 Sep 2025 08:18:47 +0000</lastBuildDate><atom:link href="https://sven-ruppert.info/tags/sse/index.xml" rel="self" type="application/rss+xml"/><item><title>Real-Time in Focus: Server-Sent Events in Core Java without Frameworks</title><link>https://sven-ruppert.info/posts/real-time-in-focus-server-sent-events-in-core-java-without-frameworks/</link><pubDate>Fri, 05 Sep 2025 08:18:47 +0000</pubDate><author>sven.ruppert@gmail.com (Sven Ruppert)</author><guid>https://sven-ruppert.info/posts/real-time-in-focus-server-sent-events-in-core-java-without-frameworks/</guid><description>&lt;h2 class="relative group"&gt;Chapter 1 – Introduction
 &lt;div id="chapter-1--introduction" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#chapter-1--introduction" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;

&lt;h3 class="relative group"&gt;1.1 Motivation: Real-time communication without polling
 &lt;div id="11-motivation-real-time-communication-without-polling" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#11-motivation-real-time-communication-without-polling" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;In modern applications, it is often necessary to provide new information to the client as quickly as possible. Classic &lt;strong&gt;polling&lt;/strong&gt; , i.e. regularly querying a REST endpoint, is inefficient: it generates unnecessary network traffic and puts a load on both server and client, as requests continue even when there is no new data.&lt;/p&gt;</description></item></channel></rss>