Skip to content

ibaca/autorest-streaming-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoREST Streaming Example

Example to see how to integrate AutoREST with Server-Sent Events (aka. SSE).

Execute server: mvn install && cd server && mvn exec:java or just execute Main class from your IDE. Execute client: mvn gwt:devmode