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
- Host: GitHub
- URL: https://github.com/nlight/jruby-http-kit
- Owner: nLight
- License: mit
- Created: 2013-09-07T13:50:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T14:43:45.000Z (over 12 years ago)
- Last Synced: 2025-12-04T04:50:30.605Z (7 months ago)
- Language: Java
- Homepage:
- Size: 3.52 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
jruby-http-kit [](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)