Skip to content

Rajatavaa/SERVY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Servy

A bare-metal HTTP server built from scratch in C++ using raw sockets.

Why?

No frameworks. No abstractions. Just pure socket programming to understand how the web actually works under the hood.

Goals

  • Learn TCP/IP fundamentals hands-on
  • Understand HTTP protocol at the byte level
  • Master low-level systems programming on Windows (Winsock)

Build

g++ -o servy main.cpp http_server.cpp -lws2_32

Status

Work in progress.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages