Skip to content

reaktivity/nukleus-sse.spec

Repository files navigation

Server-Sent Events Nukleus Specification

Build Status Code Coverage

Server-Sent Events specification

Also support for setting the initial value of Last-Event-ID via lastEventId query parameter. Also support for adding new field for timestamp with accept:text/event-stream;ext=timestamp and content-type:text/event-stream;ext=timestamp

data:example\n
timestamp:0x1619fe172c7\n
\n

Build

./mvnw clean install

Build on Windows

mvnw.cmd clean install