Spring WebFlux reactive non-blocking streamming backend + Nuxt.js Vuetify mobile first Frontend
./gradlew bootRun
open http://127.0.0.1:8080/ in iPhone or Android
java -jar build/libs/*.jar
http :8080/
http :8080/not-found
http :8080/api/message
http --stream :8080/api/messages
- https://github.com/bmuschko/gradle-docker-plugin/blob/master/src/docs/samples/code/spring-boot-plugin/basic/kotlin/build.gradle.kts
- https://github.com/daggerok/ng2-redux-pooling/blob/570c996035129d5cbec41487ad9ac463d0fd3cf6/docker/build.gradle
- https://unix.stackexchange.com/questions/84814/health-check-of-web-page-using-curl
- https://github.com/maoberlehner/vuex-map-fields
- https://chunkbytes.com/2019/02/v-model-with-vuex/
- vuejs/vuex#1037
- Nuxt.js Vuetify module
- Vuetify icons setup
- Nuxt.js web font loader
- Issue: Malformed markup: Attribute "..." appears more than once in element
- webpack split-chunks plugin
- Nuxt.js split chunks max size configuration.
- https://github.com/daggerok/typescript-ionic-nuxt-app
- https://github.com/daggerok/spring-boot-nuxt-spa
- https://github.com/daggerok/vue-ionic-example
- https://github.com/daggerok/ionic-nuxt-app
- https://github.com/daggerok/nuxt-examples
- https://github.com/daggerok/vue-examples
- WebFlux CORS
- Vue for index
- https://ionicons.com/usage
- Nuxt.js ionicons
- https://github.com/daggerok/gitignore-idea-runConfigurations
- https://stackoverflow.com/questions/47631243/spring-5-reactive-webexceptionhandler-is-not-getting-called
- https://docs.spring.io/spring-boot/docs/2.0.0.M7/reference/html/boot-features-developing-web-applications.html#boot-features-webflux-error-handling
- https://jar-download.com/artifacts/org.thymeleaf/thymeleaf-spring5/3.0.10.RELEASE/source-code/org/thymeleaf/spring5/view/reactive/ThymeleafReactiveViewResolver.java
- https://github.com/reactor/reactor-kotlin-extensions
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Coroutines section of the Spring Framework Documentation
- Thymeleaf
- Spring Boot DevTools
- Handling Form Submission
- Gradle Build Scans – insights for your project's build