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

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.

Awesome Lists containing this project

README

        

# fullstack-rsocket-apps [![CI](https://github.com/daggerok/fullstack-rsocket-apps/workflows/CI/badge.svg)](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)