public final class HelloSseServer
extends java.lang.Object
An Server sent event "Hello World" example server.
This server send an infinite Server Sent Event stream for any request that it recieves. The infinite stream publishes
an event every 10 milliseconds, with the event data as "Interval => [count starting with 0]"