HTTP server, started, need cooworkers.. please read.
I've started an HTTP server in Visual Basic. So far it is able to send a user a pure text html page(no graphics), lets you open any page in any sub dir, shows a 404 error if the page doesn't exist, and lots of other little things.
I'm am very happy with the results but need some help so we can get the thing done. I need 1 or 2 cooworkers to help me with the project.
If you don't know what an HTTP server is, I'll explain.... everytime you go to a website, the computer that holds the website will intersept your call, get some info about your browser, and send you the default page or the page you request. So you put your website in a folder and people from the internet are able to use it :) In a way.
Thanx for your time,
Awesome, I think this means you are now a guru.
Hey,
I am interested in how you did or are going to manage cin and cout in VB, I wrote a HTTP server in about 20 hours of work a few weeks ago for a project at work. Then we didn't use it, lol. Anyways, if you want, I can send you my source granted it isn't very good, since the server was going to be deployed as part of an app, running on an odd ball port, It has no support for 404 errors, or 500. Just serves pages, What did you use to return the correct MIME type? An array, or a file, db? what?
Awesome work, I am interested in seeing the finished product.
Joey
I am currently working on HTTP servers...Wanna get along with you (or you with me)
I need some understanding about the part when it comes to sending the client info..
I get them to connect ..then explorer sends its GET requst..(and i can send back some html immedately) but i cannot respond to the GET request..
Would you mind posting some code for the CONNECTION part..
I mean DATAARRIVAL and RequestConnect..
PLEASE !!!
also read my posts at:
http://www.vbforums.com/showthread.p...931#post930931
http://www.vbforums.com/showthread.p...hreadid=161669
http://www.vbforums.com/showthread.p...862#post930862