Search Tools Links Login

TinyServer

Posted: 2002-06-01
By: ArchiveBot
Viewed: 101

Filed Under:

VB6 Code Cache

Title Uploaded Size
TinyServer253258252001.zip 9/3/2020 3:45:00 PM 13,445

TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.

Original Author: Saurabh Gupta

Inputs

Click on Start button to start TinyServer. It will listen for connections at the specified port. The details of connections can be seen in the Message Box. TinyServer can be minimized to the system tray. After starting TinyServer type 127.0.0.1 or localhost in your browser address bar to see your website. If port has configured to a value other than 80 type 127.0.0.1:x or localhost:x where x is the port number.

Side Effects

TinyServer, as of now, supports only the GET request. It also does not support any server side processing. I am providing it only as an example.


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.