Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fregelab/chinook
Tiny Frege web framework developed on top of sparkjava.com
https://github.com/fregelab/chinook
Last synced: 26 days ago
JSON representation
Tiny Frege web framework developed on top of sparkjava.com
- Host: GitHub
- URL: https://github.com/fregelab/chinook
- Owner: fregelab
- License: apache-2.0
- Archived: true
- Created: 2015-09-28T21:19:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T22:27:44.000Z (over 8 years ago)
- Last Synced: 2024-02-13T04:39:06.556Z (10 months ago)
- Language: Frege
- Homepage: http://fregelab.github.io/chinook/
- Size: 208 KB
- Stars: 27
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frege - Chinook - Frege web framework based on SparkJava. (Libraries / Web Frameworks)
README
[![Build Status](https://travis-ci.org/fregelab/chinook.svg?branch=master)](https://travis-ci.org/fregelab/chinook)
[![Bintray](https://img.shields.io/bintray/v/fregelab/maven/chinook-core.svg?style=flat-square)](https://bintray.com/fregelab/maven/chinook-core)**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).