Skip to content

danujaya00/WebServer-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server Implemented Using C

Overview

This repository contains the implementation of a basic web server written in C as part of the Computer Networks module. The server is designed to handle HTTP requests and serve web content accordingly.

Functionalities

The web server has been developed with the following functionalities, as per the assignment requirements:

  • Basic Server: Able to serve the same page for all client requests.
  • File Handling: Provides different files for different client requests.
  • Error Handling: Implements basic error handling.
  • File Types Handling: Handles multiple file types.

Prerequisites

  • GCC Compiler
  • Linux-based OS or Windows with a Linux subsystem

About

A simple HTTP web server implemented in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published