Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 389 Bytes

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