Skip to content

VismayaNair/Web_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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:

<!DOCTYPE html>
<html>
<head>
<title>My webserver</title>
</head>
<body>
<h1>Name : VISMAYA.S </h1>
<h2>21002841</h2>
<h3>Dept.:Artificial Intelligence and Data Science</h3>
</body>
</html>

OUTPUT:

github logo

RESULT:

  Thus a simple webserver to serve html pages is developed.

About

Creating a sample web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors