Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 403 Bytes

Developing a Simple Webserver

AIM:

To develop a simple webserver to serve html programming pages.

DESIGN STEPS:

Step 1:

HTML content creation is done

Step 2:

Design of webserver workflow

Step 3:

Implementation using Python code

Step 4:

Serving the HTML pages.

Step 5:

Testing the webserver

PROGRAM:

OUTPUT:

RESULT:

The program is executed succesfully