kue

Opinionated, yet adaptable, Kotlin friendly web framework.

MIT License

Downloads
26
Stars
2
Committers
2

Kue

An opinionated, Kotlin friendly web framework, that brings over some of my favorite things from Play Framework without a dependency on Scala.

Goals

  • 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.

Components

Documentation

  1. Getting Started
  2. Running and Debugging
  3. Database and Ebean
  4. Logging
Package Rankings
Top 15.96% on Npmjs.org
Related Projects