Skip to content

qvaughan/kue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kue

An opinionated, Kotlin friendly web framework, that brings over some of my favorite things from Play Framework without a dependency on Scala. It is currently just a seed project, however the ultimate goal is to turn these features into a distributable package for generating your own projects using my favorite recipe.

Goals (Mostly inspired by Play Framework)

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

Components

Running the project

gradle run --continuous

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages