This is my implementation of the Codecrafters "Build Your Own HTTP Server" challenge using Node.js.
A simple HTTP/1.1 server built from scratch using raw TCP sockets (via Node's net
module).
-
Install Node.js 21+
-
Run the server
./your_program.sh
or
node app/main.js
-
Main Logic is in
app/main.js