All Projects → fregelab → chinook

fregelab / chinook

Licence: Apache-2.0 license
Tiny Frege web framework developed on top of sparkjava.com

Programming Languages

Frege
13 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language
groovy
2714 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].