README.md

December 4, 2022 ยท View on GitHub

An easy HTTP server in Visual Basic - Does not require installation

Description

This code is a (near complete) HTTP server coded entirely in Visual Basic. By default it will run on port 80. Uses the winsock control and can accept multiple connections on a single port. (as many as your RAM permits up to 32768) Also has a pretty good (with colour coding) output screen so you can tell what is going on, and watch connections to the server. This project is intended for anyone who wants to use VB to develop their own customised web server, tailored to their needs -- but is quite versatile, so any programmer who understands a few basics can use this code. This is my first code upload in a while, and i'm after comments more than votes so please post feedback so I can improve the code. (note: documentation included in download)

More Info

Needs files to share to be of any real use :-) Has the documentation in that folder by default. Also needs input from the user in the browser... clicking links mainly.

Basic knowledge of winsock is assumed (and well... I mean basic), knowledge of HTTP protocol is useful to if you plan on developing this further.

Returns a HTML page or file to the user who requested it, it's that easy :-)

May not work without some configuration outside of your local network if you are behind a proxy.

Submitted On2006-09-23 22:56:38
Bystegasaurus
LevelIntermediate
User Rating5.0 (50 globes from 10 users)
CompatibilityVB 6.0
CategoryInternet/ HTML
WorldVisual Basic
Archive FileAn_easy_HT2021449232006.zip