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
- Host: GitHub
- URL: https://github.com/ibaca/autorest-streaming-example
- Owner: ibaca
- License: apache-2.0
- Created: 2017-01-04T19:59:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T16:36:40.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T22:12:50.632Z (about 1 year ago)
- Topics: autorest, gwt, rxgwt, rxjava, server-sent-events
- Language: Java
- Size: 29.3 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/