| ryah ( @ 2008-08-04 11:45:00 |
| Entry tags: | ebb |
ebb rewrite
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.rbIf 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.