Skip to content

therenotomorrow/codecrafters-http-server-go

Repository files navigation

Build your own HTTP server

Profile Link Challenge Link

One of codecrafters.io challenges. This is my small hobby.

Goal

Hmmm, just... Build your own HTTP server, that's all 😀 More information you could fine in the challenge description.

System Requirements

go version
# go version go1.24.X
just --version
# just 1.40.0

Development

PROJECT_ROOT=codecrafters-http-server-go
git clone https://github.com/therenotomorrow/codecrafters-http-server-go.git "$PROJECT_ROOT"
cd "$PROJECT_ROOT"

just # enjoy