Skip to content

viralcodex/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Server from Scratch (Java)

A simple HTTP server implementation in Java, following the Boot.dev course structure.

Project Structure

This project implements an HTTP server from scratch to learn:

  • TCP socket programming
  • HTTP protocol fundamentals
  • Request/response parsing
  • Routing and handlers
  • Concurrency

Building and Running

Prerequisites

  • Java 21 or higher

Compile

./compile.sh

Run

./run.sh

Test

curl http://localhost:8080/

About

HTTP server from scratch in Java. (Built by learning from boot.dev)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published