ralscha / sse-eventbus

EventBus library for sending events from a Spring appliction to the web browser with SSE
Apache License 2.0
82 stars 28 forks source link

This is not a problem, it is a question. #27

Closed MatteoChiapponi closed 3 months ago

MatteoChiapponi commented 3 months ago

Is it possible to use this library with spring mvc that uses a tomcat as an http server?

because I am looking at the demo project and in the dependencies instead of using the default Tomcat server, the Undertow server is used.

I would really appreciate the answer because I have to implement purchase notifications to the system's backoffice and this library would help me complete it.

Thanks.

ralscha commented 3 months ago

Hi. Yes it should work with Tomcat, Jetty and Undertow. This library does not access the underlying web server library

MatteoChiapponi commented 3 months ago

great news, thanks