a concurrent tcp server with a custom wire protocol, built from scratch in go
the sole aim of this project is to understand what powers http servers at the transport layer
go run .server will start on:
localhost:8080
you can test it using netcat:
nc localhost 8080