Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 533 Bytes

File metadata and controls

21 lines (9 loc) · 533 Bytes

MXServer

A lightweight and efficient Multithreading Http Sever implemented in C

MXServer is a lightweight multithreading Http server that handles HTTP GETS requests, and respond with HTTP response headers(with the support of error code), and the direct listing with HTML.

Adavanced features ofr MXServer includes:

  1. Proxy HTTP requests supported.
  2. Thread server is supported for parallazation.
  3. Fixed-sized thead pool is supported for handling multiple client requests concurrency.

Usage:

-TBD