Fork me on GitHub

 

aspen   by Kevin Williams

Aspen is a web server engine for JRuby. The design is very similar (and borrowed from) to Thin, except using Netty for high-speed concurrent sockets.

Documentation

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/kevwil/aspen.git

Dependencies

rack

License

MIT

Authors

Kevin Williams