FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Making a web server in Pascal...

 


why6487
Hi, I want to make a web server that will be written in Pascal.
* Anyone that does this this will earn 20 Frih$ *
My code currently (there's no web server in there):
Code:

program AServer;
begin
         writeln('Starting server...press any key and hit Enter.');
         readln();
         writeln('Done loading...');
         readln();
end.
qebab
A webserver, fine. A webserver in Pascal, okay. Showing 6 lines of code not at all relevant to what's needed, no, no, no. Writing a webserver in a low-level language is a lot of work. I doubt you will find anyone who is willing to do it for Frih$ 20. Not to mention the time it would take.

If this is an ambitious project and you hope to end up with something usable, you will:
a) Need to read about Pascal, and webservers and protocols in general.
b) Probably need to find a team of more people willing to help out, this won't be done overnight.

b) Could be skipped, depending on how extensive your server is going to be, but a) can't.
Liu
Read your user name.

Why?
why6487
THIS IS A close...
Animal
-close- as requested by topic author.
This topic is locked: you cannot edit posts or make replies.    Frihost Forum Index -> Scripting -> Others

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.