From: Justin Collins Date: 2006-04-21T04:08:23+09:00 Subject: Re: net/http String numecal validate! wrote: > Hello > I can create a server in ruby...that server need listening in port 80 > wait for requisition, but i dont have idea, How I do that? > > > Thank's > Net/HTTP is for connecting to a server. Try using the GServer (http://ruby-doc.org/stdlib/libdoc/gserver/rdoc/classes/GServer.html) standard library to create a generic server, if that's what you are trying to do? -Justin