On Nov 17, 2006, at 15:41 UTC, Richard Hillsdon wrote:

> Hi, thanks for the replies, though they seem to be relating to  
> creating my own web server, which I don't want to do, I want to  
> create a web application.

Creating your own web server is a very good way of creating a web
application.

> In other words, instead of writing my scripts in PHP or Perl etc., I  
> want to write them as a command line RB project.  That way I am not  
> having to keep switching between languages and can re-use lots of my  
> code.

OK, it sounds like you want to make CGIs.  That's pretty easy to do;
you just make a command-line RB app that parses out the request
headers, does its work, and prints the result to stdout.

I'm sure there are examples of this around... maybe even an article
about it in RB Developer.  But I regret that I don't have any specific
references for you.

Best,
- Joe

--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC     "Making the Internet a Better Place"
http://www.verex.com/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to