Hi, you can totally use the code provided in
https://github.com/aesteve/vertx-sse it is usable and teste, and Vert.x 3.3.3 compliant.
I know I should contribute it to vertx-web, I'm sorry, I simply miss some time. I really hope I'll be able to submit a PR soon enough.
For now it's not Vert.x compliant because :
- I've not written in-source documentation, only a README and a few examples
- Some methods are not codegen compliant (cross-language / polyglot issue)
- The tests are written with vertx-unit (and vertx-web currently does not depend on vertx-unit) which sounded like an issue to me, but Julien said it was not iirc
In the meantime if you really need to work with SSE without writing it yourself, you can :
- fork my repository and install it in whatever maven repo you're using
- copy paste the code in your own project
If you have time to help, that'd be even better.
Thanks a lot.