Skip to content

It demostrates Server Sent Event client-server communication protocol. It designs and implements java server and client using java programming language.

License

Notifications You must be signed in to change notification settings

mm-saiful6854/SSE-Java-Client-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1: use jdk built-in http server.

SSE Implementation:

  1. client sends text/event-stream in accept attribute of http header.
  2. 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages