I have a standalone application that continuously generates data in
real time, I would like advise on the most optimal way to send this data
to a Jersey service which will further distribute this data to Web
clients via web sockets. I am aware of using Inputstreams as one way to
send this data to the service but I am not sure if this is the best option.
Thanks,
Monika