You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It demostrates Server Sent Event client-server communication protocol. It designs and implements java server and client using java programming language.
client sends text/event-stream in accept attribute of http
header.
sends formatted data like event such as id, data, event-type etc.
About
It demostrates Server Sent Event client-server communication protocol. It designs and implements java server and client using java programming language.