From: Tanner Burson Date: 2006-04-21T04:16:32+09:00 Subject: [OT] Re: net/http ------=_Part_1969_27556398.1145560589372 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 4/20/06, 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 > > -- > Posted via http://www.ruby-forum.com/. > > [off topic rant]]No offense to this poster whatsoever, but I knew from the title/"username" that this would come from the ruby-forum bridge. And as mentioned in a previous topic today, I think this sort of thing is exactly why rubyforum needs to either put a large disclaimer as to it's actual use, or be split from the mailing list / newsgroup. Now to answer the original poster. Look at the TCPServer class, or possibl= y into using WEBrick if you're just needing a simple HTTP server. If you search the archives of this mailing list, or the comp.lang.ruby newsgroup you should be able to find plenty of information on writing server applications. -- =3D=3D=3DTanner Burson=3D=3D=3D tanner.burson@gmail.com http://tannerburson.com <---Might even work one day... ------=_Part_1969_27556398.1145560589372--