nrk / rayak

IronRuby + Kayak HTTP server + Rack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rayak

Description

Rayak brings the Kayak lightweight C# HTTP sever to IronRuby by providing a Rack handler interface that enables developers to write web applications with their Ruby web framework of choice.

Example

require 'rubygems'
require 'rayak'
require 'sinatra'

set :server, 'kayak'

get '/' do
  "OH HAI INTERNET!"
end

Requirements

  • IronRuby >= v1.1.1

  • Kayak v0.6.2 (binaries are shipped in the repository)

Author

Daniele Alessandri

License

Rayak, just like Kayak, is distributed under the terms of the MIT license (see the LICENSE file).

About

IronRuby + Kayak HTTP server + Rack

License:Other


Languages

Language:Ruby 100.0%