https://github.com/daggerok/fullstack-rsocket-apps
From end to end full-stack communication by using RSocket protocol example application.
https://github.com/daggerok/fullstack-rsocket-apps
github-action github-action-java github-action-javascript github-actions github-actions-java github-actions-javascript gradle node nodejs npm rsocket rsocket-java rsocket-js rsocket-metadata rsockets
Last synced: 4 months ago
JSON representation
From end to end full-stack communication by using RSocket protocol example application.
- Host: GitHub
- URL: https://github.com/daggerok/fullstack-rsocket-apps
- Owner: daggerok
- Created: 2020-04-15T01:55:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T20:08:03.000Z (about 1 year ago)
- Last Synced: 2025-01-10T00:45:23.070Z (5 months ago)
- Topics: github-action, github-action-java, github-action-javascript, github-actions, github-actions-java, github-actions-javascript, gradle, node, nodejs, npm, rsocket, rsocket-java, rsocket-js, rsocket-metadata, rsockets
- Language: Kotlin
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fullstack-rsocket-apps [](https://github.com/daggerok/fullstack-rsocket-apps/actions?query=workflow%3ACI)
From end to end full-stack communication by using RSocket protocol example application.```bash
./gradlew ; java -jar ./build/libs/*jar
```open http://127.0.0.1:8080
## resources
* https://dzone.com/articles/rsocket-with-spring-boot-amp-js-zero-to-hero
* [Official Gradle documentation](https://docs.gradle.org)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.3.0.M4/gradle-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.3.0.M4/gradle-plugin/reference/html/#build-image)
* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.2.5.RELEASE/spring-framework-reference/languages.html#coroutines)
* [Spring Boot Actuator](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#production-ready)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#configuration-metadata-annotation-processor)
* [Spring Boot Admin (Client)](https://codecentric.github.io/spring-boot-admin/current/#getting-started)
* [Spring Boot Admin (Server)](https://codecentric.github.io/spring-boot-admin/current/#getting-started)
* [Thymeleaf](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-template-engines)
* [Building a RESTful Web Service with Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/)
* [Handling Form Submission](https://spring.io/guides/gs/handling-form-submission/)
* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)