skip to content
← cd ../projects

$ cat client-server-llm.md

Client-Server LLM in C

Multithreaded TCP/HTTP server in C routing concurrent prompts to a local LLM.

Overview

A networking and systems project focused on concurrency: a multithreaded TCP/HTTP server that accepts concurrent client prompts and routes them to a locally running LLM.

What I built