Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

LiteServer πŸš€

High-Performance Multi-threaded HTTP Server in C++


πŸ“ About

LiteServer is a lightweight, high-performance, and multi-threaded HTTP server implementation written in standard C++. Designed for educational purposes, it demonstrates the core concepts of low-level networking, socket programming, and concurrency management using the Windows API.


⚑ Key Features

  • Multi-threaded Architecture: Handles each incoming client request in a separate thread, ensuring non-blocking operations.
  • Socket Programming: Implemented using winsock2 for efficient TCP/IP communication.
  • Zero-Dependency: Written with standard libraries; no heavy external frameworks required.
  • High Performance: Optimized for handling concurrent connections with minimal resource overhead.

πŸ›  Tech Stack

C++ Windows API Socket


πŸš€ Getting Started

Prerequisites

  • A Windows-based environment.
  • A C++ compiler (MSVC or MinGW).

Build & Run

  1. Clone the repository:
    git clone [https://github.com/SetsuxD/LiteServer.git](https://github.com/SetsuxD/LiteServer.git)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages