/autorest-streaming-example

AutoREST Streaming Lab

Primary LanguageJavaApache License 2.0Apache-2.0

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