Home

Awesome

Build Status Bintray

Chinook is a Frege (http://frege-lang.org) port of SparkJava http://sparkjava.com for creating web applications with minimum effort.

Docs are available at https://fregelab.github.io/chinook

Binaries are available at Bintray:

repositories {
    maven {
        url  "http://dl.bintray.com/fregelab/maven"
    }
}

Gradle dependencies:

compile 'com.github.fregelab:chinook-core:VERSION'

Replace VERSION with the latest available version number (see above or check the versions chapter in the documentation).