An open API service indexing awesome lists of open source software.

https://github.com/nlight/jruby-http-kit

JRuby wrapper for Clojure HTTP Kit library
https://github.com/nlight/jruby-http-kit

Last synced: 4 months ago
JSON representation

JRuby wrapper for Clojure HTTP Kit library

Awesome Lists containing this project

README

          

jruby-http-kit [![Build Status](https://travis-ci.org/nLight/jruby-http-kit.png?branch=master)](https://travis-ci.org/nLight/jruby-http-kit)
==============

JRuby wrapper for Clojure HTTP Kit library.

Compatible with [Webmachine](https://github.com/seancribbs/webmachine-ruby).
See [webmachine example](https://github.com/nLight/jruby-http-kit/blob/master/example/webmachine/app.rb).

Rack server should be mostly workish, but work still in progress.
See [Sinatra example](https://github.com/nLight/jruby-http-kit/blob/master/example/sinatra).

## ToDo

1. Remove Clojure dependency.
2. Tests for rack handler
3. Server Runner
4. Logger

## License

### JRuby HTTP Kit wrapper

Copyright (c) 2013 Dmitriy Rozhkov

### HTTP Kit

Copyright © 2012-2013 [Feng Shen](http://shenfeng.me/). Distributed under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).

### Clojure

Copyright (c) Rich Hickey. All rights reserved.

The use and distribution terms for this software are covered by the

Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)