Skip to content

ls1x/SimpleHTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Server and Client

A minimal implementation of an HTTP server and client written in C.
This project was created for educational purposes, to better understand how HTTP requests and responses work at a low level using sockets.

Files

  • http_server.c → Handles basic HTTP requests and serves static responses.
  • http_client.c → Connects to a server and sends HTTP requests.

Compilation

  • gcc server.c -o server
  • gcc client.c -o client

Usage

  • ./server
  • ./client <IP> <PORT>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published