perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

added server-sent-events #980

Open mtzagkarakis opened 6 years ago

mtzagkarakis commented 6 years ago

I just add event sourcing capabilities (Server-Sent-Events). I needed ES for my current project so I implement it.

HAD63 commented 6 years ago

This should be built with the version of event source in jetty-servlets as this has a more complete implementation of the SSE specification.

mtzagkarakis commented 6 years ago

will do. Thanks for the advice

On Sun, Mar 18, 2018 at 2:18 PM, HAD63 notifications@github.com wrote:

This should be built with the version of event source in jetty-servlets as this has a more complete implementation of the SSE specification.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/perwendel/spark/pull/980#issuecomment-373993984, or mute the thread https://github.com/notifications/unsubscribe-auth/AGfL_6EZ18oAj-NDx3osb8UIb_7BlqErks5tflCXgaJpZM4SREFi .

buckelieg commented 1 year ago

Do anyone know how to merge (in this case - this PR) to (my) forked repo?