I am writing a web application code using server sent event in which i want to broadcast a message to some specific users. I want to use eventsource at client side and jersey broadcaster at server end. If their any other way to achieve it. Websockets are not supporting in my app due to tomcat version and long polling I cannot use in the application.
Can anyone share example with working code. Thanks in advance