rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob dc6d95e1a2988806003f8777a462a4365ce486ec 179 bytes (raw)
$ git show v2.0.0:lib/rainbows/client.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
# -*- encoding: binary -*-
# :enddoc:

require 'rainbows/timed_read'

class Rainbows::Client < Kgio::Socket
  include Rainbows::TimedRead
end
Kgio.accept_class = Rainbows::Client

git clone https://yhbt.net/rainbows.git