Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdeleuze/spring-kotlin-fullstack

Spring Kotlin fullstack example with Kotlin/Wasm for the frontend
https://github.com/sdeleuze/spring-kotlin-fullstack

Last synced: 6 days ago
JSON representation

Spring Kotlin fullstack example with Kotlin/Wasm for the frontend

Awesome Lists containing this project

README

        

Spring WebFlux Kotlin fullstack example with Kotlin/Wasm for frontend instead of JavaScript or TypeScript.

This project leverages [Kotlin multiplatform support](https://kotlinlang.org/docs/multiplatform.html)
to share code between Wasm and JVM using a shared module.

To run the application, use `./gradlew bootRun` and go to `http://localhost:8080`