An open API service indexing awesome lists of open source software.

https://github.com/ibaca/autorest-streaming-example

AutoREST Streaming Lab
https://github.com/ibaca/autorest-streaming-example

autorest gwt rxgwt rxjava server-sent-events

Last synced: 8 months ago
JSON representation

AutoREST Streaming Lab

Awesome Lists containing this project

README

          

# AutoREST Streaming Example

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

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

[AutoREST]: https://github.com/intendia-oss/autorest
[SSE]: https://www.html5rocks.com/en/tutorials/eventsource/basics/