| ebb rewrite |
[Aug. 4th, 2008|11:45 am] |
I'm nearing a release of Ebb 0.3. Ebb is a Ruby language (YARV or MRI) web server. The new version is includes a large rewrite of the internals to use my new library libebb. This brings several new features. For example, support for HTTPS (if you have GnuTLS installed), pipelined requests, chunked requests. This is mostly due to the new parser in libebb which eases the implementation of such features.
If you'd like to try it out - the following commands might get you started:git clone git://github.com/ry/ebb.git
cd ebb
rake compile
ruby benchmark/application.rb If you find some bugs I'd love to hear about it :) Hopefully by the end of the week things will stabilize enough to make a GEM release. |
|
|