From: Rich Kilmer Date: 2001-12-19T00:47:39+09:00 Subject: [ruby-talk:28872] RE: [Announce] Roach - Web Application Framework > -----Original Message----- > From: Barnett, Aaron [mailto:aaron.barnett@commerceone.com] > Sent: Tuesday, December 18, 2001 10:41 AM > To: ruby-talk ML > Subject: [ruby-talk:28871] [Announce] Roach - Web Application Framework > > > > Roach 0.1 is the beginnings of what will become a stand alone application > server. currently it's a useful framework. or so i think :) it's an > evolution from what used to be called rappsrv. > > kick it around, i'd love to have some feedback and i hope someone > will find > it useful as well. > > also, i'm looking at the current ruby web servers, hoping to > integrate one. > if you have any opinions about the ones about there (wwwd, > wwwsrv) i'd love > to hear them. > > thanks, enjoy, > aaron Aaron, This is very cool. Take a look at WEBrick. It has a very good Http 1.1 Web Server and a great Servlet-model structure for extensions. http://www.notwork.org/ipr/webrick/ -Rich