Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ HTTP Server

A lightweight HTTP server written from scratch in modern C++20 without external web frameworks.

Features

  • TCP socket server
  • HTTP/1.1 request parsing
  • Router
  • Dynamic route parameters
  • Query parameter parsing
  • GET/POST routing
  • Form parsing
  • JSON parsing
  • Modular architecture

Build

mkdir build
cd build
cmake ..
make
./http_server
./http_server

About

A lightweight HTTP server written from scratch in modern C++20 without external web frameworks.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages