Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 339 Bytes

File metadata and controls

23 lines (17 loc) · 339 Bytes

Developing a Simple Webserver

AIM:

To develop a simple webserver to serve html pages.

DESIGN STEPS:

Step 1:

HTML content creation

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: