Servicestack is giving JavaScript Client to access server sent events. It can be accessed by traditional approach where I can get message string.
Or there is JQuery plugin which makes things really user friendly.
The question is there any way I can achieve JQuery plugin thing without JQuery (plugin). Means I am trying to push JQuery out of project as far as possible. So, just for few things I don’t want to put it there.
I know it should be possible, but question it is already done or I need to write code for it around native EventSource?
Let me know if any more details required.