Krop
Krop is a Scala 3 web framework. Its goal is to make it delightful to build delightful web applications. It supports every kind of web application, from fast and scalable APIs to rich user experiences. It excels at projects where productivity and feature richness are a priority. See our principles for more.
Getting Started
The fastest way to start with Krop is using the template project, which is described in the Quick Start.
If you want to add Krop to an existing project, add the following to your build.sbt
libraryDependencies += "org.creativescala" %% "krop-core" % "0.8.0"
ScalaDoc
See the ScalaDoc index for API documentation.