Skip to content

sandhavi/WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server in C

A simple web server implemented in C.

Compilation

Navigate to the server directory and compile using:

gcc main.c Server.c -o a -lws2_32

Running the Server

Execute the compiled binary:

./a

On Web Browser

Open the web brwoser and run

http://localhost:8082

Requirements

  • GCC compiler
  • Windows environment (WS2_32 library required)

Notes

Ensure that necessary ports are available before running the server.


© 2025 Sandhavi Wanigasooriya. All rights reserved.

About

Webserver from Scratch using C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published