Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 292 Bytes

File metadata and controls

9 lines (7 loc) · 292 Bytes

HTTP Server

Technologies Used:

  • C, Threads, Mutex, Conditional Variables, Linux

Description:

  • Multi-threaded simple HTTP Server written in C.
  • Implemented multi-thread server architecture.
  • Maintained shared queue of requests using threads, mutex locking and conditional variables.