jruby-http-kit

JRuby wrapper for Clojure HTTP Kit library. Just a proof of a concept for now.

jruby -s ring.rb

curl -v 0.0.0.0:8089

MacBook Pro Retina 13" (2.5 GHz i5, 8GB RAM)

server runs in irb :)

Installation

Add this line to your application's Gemfile:

gem 'jruby-http-kit'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jruby-http-kit

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

JRuby HTTP Kit wrapper

Copyright (c) 2013 Dmitriy Rozhkov

HTTP Kit

Copyright © 2012-2013 Feng Shen. Distributed under the Apache License Version 2.0.

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)