Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 184 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 184 Bytes

HTTP Web Server in C++

  • Multithreaded HTTP web server that supports get request
  • Using Pure C++ sockets

It's an incomplete project, just supports the get request