0xOposec_HTTP

A lightweight, high-performance HTTP server written in C

v1.0.0 C Windows MIT License
Server is running on port 8080

About

0xOposec_HTTP is a minimalistic HTTP server implementation built with performance as a priority. Built with C and Windows Sockets (Winsock2), it delivers blazing-fast performance while maintaining an incredibly small footprint. Perfect for serving static content or other small scale applications.

http://localhost:8080

Features

HTTP/1.1 Protocol

Full support for HTTP/1.1 GET requests with proper response headers

Multiple Content Types

Serves HTML, CSS, JavaScript, JSON, images, and more

Smart Routing

Automatic index.html serving and clean URL handling

Error Handling

Proper 404 error pages for missing resources

Lightweight

Minimal dependencies, fast compilation, small footprint

Production Ready

Stable, tested, and ready for development use