The same movie browser on the public IMDB dataset, built on Ktor and Spring Boot, in Kotlin and Java, with GraalVM native-image variants. Each one shows idiomatic Storm in a real project. Clone one and run it with Docker and Gradle.
//Example projectsServer-rendered movie browsers: entities, repositories, projections, pagination, transactions, and tests in a working application.
//GraalVM native imagesThe same applications compiled to native binaries: sub-second startup, the data layer registered by Storm itself, verified by the same Playwright suites.