An opinionated, Kotlin friendly web framework, that brings over some of my favorite things from Play Framework without a dependency on Scala.
- Project should auto reload or hotswap when source files change.
- Ability to easily compose HTTP actions.
- Easy to use, yet robust configuration mechanism.
- Dependency injection friendly.
- Robust database evolutions mechanism.
- Kotlin and Java friendly.
- Opinionated out of the box, but allows you to easily swap out the parts if desired.
- No SBT.
- No Scala.
- Favor Guice over Spring.