Search This Blog

Tuesday 29 January 2019

Server-Sent Events - How to do it in Sevlets ?

In the past few posts I have seen some techniques to pull of Push Notifications. HTML5 has introduced a couple of new methods - one of them is Server -Sent Events. In this post I am trying to build one such Servlet based implementation.