A simple web server implemented in C.
Navigate to the server
directory and compile using:
gcc main.c Server.c -o a -lws2_32
Execute the compiled binary:
./a
Open the web brwoser and run
http://localhost:8082
- GCC compiler
- Windows environment (WS2_32 library required)
Ensure that necessary ports are available before running the server.
© 2025 Sandhavi Wanigasooriya. All rights reserved.