Skip to content

Releases: jfullstackdev/lightweight-web-server

Unit Tests Added

16 May 05:00
c18b37b
Compare
Choose a tag to compare

just added the unit tests,

Web Server Major Refactor

15 May 09:14
c0dc788
Compare
Choose a tag to compare

just a major refactor

xdvrx1 Web Server v3

12 May 08:36
55f9d3f
Compare
Choose a tag to compare

File Server Manual

How To

Remember that the index.html
is the default web page. This zip file contains that together with
the executable jar file.

Steps:

  1. Extract this zip file.

  2. Run the jar file. In Windows cmd that is:
    java -jar file-web-server-v1.jar. Make sure you are at the correct
    directory and java is enabled in the command prompt.

  3. Open a browser.

  4. Type in the address bar localhost.

  5. See the default web page!

  6. Other sample data can be accessed by typing directly
    at the address bar or by clicking the provided links.

  7. For POST method, you click form1.htm. Post some details
    into the form then click submit. The server will only return the data
    you sent. This is to demonstrate how POST method works.

file-web-server-v1

21 Apr 05:05
Compare
Choose a tag to compare

File Server Manual

How To

Remember that the index.html
is the default web page. This zip file contains that together with
the executable jar file.

Steps:

  1. Extract this zip file.

  2. Run the jar file. In Windows cmd that is:
    java -jar file-web-server-v1.jar. Make sure you are at the correct
    directory and java is enabled in the command prompt.

  3. Open a browser.

  4. Type in the address bar localhost.

  5. See the default web page!

  6. Other sample data can be accessed by typing directly
    at the address bar or by clicking the provided links.