server-sent-events-sample icon indicating copy to clipboard operation
server-sent-events-sample copied to clipboard

Server-sent Events Java Sample with IE 8+ support

Server-sent Events Java Sample

This is a sample Java based web application which uses HTML 5 Server-sent events and supports IE 8+.

This sample application is based on

How to use

The sample project is built using Gradle, just use gradle jettyRun to start the Jetty server and point your browser to http://localhost:8080/sse/. In the page, you should see a red rectangle moving randomly in the page.

Reference article

I published an article in IBM developerWorks China site about how to use Neo4j. If you can read Chinese, take a look at this article.