Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sdeleuze/spring-kotlin-fullstack
- Owner: sdeleuze
- Created: 2017-10-11T19:21:38.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:25:05.000Z (about 2 months ago)
- Last Synced: 2024-10-11T16:11:25.210Z (27 days ago)
- Language: Kotlin
- Homepage:
- Size: 408 KB
- Stars: 214
- Watchers: 20
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`