Skip to content

daggerok/webflux-kotlin-nuxt-app

Repository files navigation

webflux-kotlin-nuxt-app Build Status

Spring WebFlux reactive non-blocking streamming backend + Nuxt.js Vuetify mobile first Frontend

branches

build and run

./gradlew bootRun

open http://127.0.0.1:8080/ in iPhone or Android

test jar

java -jar build/libs/*.jar
http :8080/
http :8080/not-found
http :8080/api/message 
http --stream :8080/api/messages 

resources