Skip to content

A simple webserver written in C that can serve static pages.

Notifications You must be signed in to change notification settings

chaitanyamehta/Simple-Web-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Web-Server

A simple webserver written in C that can serve files in public directory.

Running the program

  1. Compile using make.
    $ make
  2. Run program.
    $ ./server <port_number>
  3. Visit 127.0.0.1:<port_number>

About

A simple webserver written in C that can serve static pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published