Mar 04 2008
A Web Server Called Ebb
Ebb aims to be a small and fast web server specifically for hosting web frameworks like Rails, Merb, and in the future Django.
It is announced faster than Mongrel and Thin, the rails application deployment and performance improvement are strongly active.
Installation:
Available as a Ruby Gem. It can be install by executing
gem install ebb
Ebb depends on having glib2 headers and libraries installed.
Use:
cd my_rails_project/; ebb_rails start
comments : 0 Add comment
