https://github.com/daggerok/rsocket-examples
RSocket kickass!
https://github.com/daggerok/rsocket-examples
gitattributes github-action github-action-gradle github-action-maven github-action-nodejs github-actions github-actions-gradle github-actions-maven github-actions-nodejs rsocket spring-rsocket spring-webflux
Last synced: 10 months ago
JSON representation
RSocket kickass!
- Host: GitHub
- URL: https://github.com/daggerok/rsocket-examples
- Owner: daggerok
- License: mit
- Created: 2019-04-12T21:25:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T22:43:24.000Z (over 3 years ago)
- Last Synced: 2025-01-10T00:42:43.412Z (12 months ago)
- Topics: gitattributes, github-action, github-action-gradle, github-action-maven, github-action-nodejs, github-actions, github-actions-gradle, github-actions-maven, github-actions-nodejs, rsocket, spring-rsocket, spring-webflux
- Language: Java
- Homepage:
- Size: 283 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsocket-examples [](https://travis-ci.org/daggerok/rsocket-examples) [](https://github.com/daggerok/rsocket-examples/actions)
RSocket!
## modules
* https://github.com/bclozel/spring-flights (see: [YouTube: RSocket Messaging with Spring](youtube.com/watch?v=iSSrZoGtoSE))
* [TODO: RSocket + Protobuf client-server communication](./rsocket-protobuf/)
* [RSocket spring-mvc style communication](./es-rsocket/)
* [Java plain RSocket](./rsocket-java-example/)
* [RSocket with Spring Boot](./spring-webflux-rsocker-example/)
## TODO
* youtube.com/watch?v=iSSrZoGtoSE
* [Implement file transfer using RSocket protocol 1](https://github.com/rsocket/rsocket-java/tree/master/rsocket-examples/src/main/java/io/rsocket/examples/transport/tcp/resume)
* [Implement file transfer using RSocket protocol 2](https://github.com/rsocket/rsocket-java/commit/d47629147dd1a4d41c7c8d5af3d80838e01d3ba5)
## other repositories
- [GitHub: daggerok/rsocket-webflux-coroutines](https://github.com/daggerok/rsocket-webflux-coroutines)
- [GitHub: daggerok/kotlin-coroutines-reactor-r2dbc](https://github.com/daggerok/kotlin-coroutines-reactor-r2dbc)
- [GitHub: daggerok/kotlin-coroutines-spring-mvc](https://github.com/daggerok/kotlin-coroutines-spring-mvc)
- [GitHub: daggerok/spring-rsocket-test-containers-example](https://github.com/daggerok/spring-rsocket-test-containers-example)
- [GitHub: daggerok/spring-cloud-gateway-rsocket-example](https://github.com/daggerok/spring-cloud-gateway-rsocket-example)
- [GitHub: daggerok/rsocket-proto](https://github.com/daggerok/rsocket-proto/)
- [GitHub: daggerok/from-zero-to-reactive-cloud-micro-hero](https://github.com/daggerok/from-zero-to-reactive-cloud-micro-hero)
- [GitHub: daggerok/reactive-spring-k8s](https://github.com/daggerok/reactive-spring-k8s)
- [GitHub: daggerok/k8s-ingress-explained](https://github.com/daggerok/k8s-ingress-explained)
- [GitHub: daggerok/boot-your-reactor-kotlin-coroutines](https://github.com/daggerok/boot-your-reactor-kotlin-coroutines)
- [WebFlux RSocket CQRS app GitHub: daggerok/webflux-rsocket-cqrs-app](https://github.com/daggerok/webflux-rsocket-cqrs-app)
NOTE: _This project has been based on [GitHub: daggerok/main-starter](https://github.com/daggerok/main-starter)_
## resources
- youtube.com/watch?v=iSSrZoGtoSE
- https://github.com/bclozel/spring-flights
- [YouTube: RSocket Messaging with Spring](youtube.com/watch?v=iSSrZoGtoSE)
- https://dzone.com/articles/reactive-service-to-service-communication-with-rso-3
- [GitHub: rsocket/rsocket-java](https://github.com/rsocket/rsocket-java)
- [YouTube: Multi-Service Reactive Streams Using Spring, Reactor, and RSocket](https://www.youtube.com/watch?v=e-N4BchYXws&t=5s)
- [YouTube: Spring Tips: RSocket Messaging in Spring Boot 2.2](https://www.youtube.com/watch?v=BxHqeq58xrE)
- [YouTube: Spring Tips: RSocket](https://www.youtube.com/watch?time_continue=1617&v=GDIDSzZLjjg)