You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Simple HTTP Server in C++ built using TCP/IP socket to register to and IP address on computer. It uses 20 threads to handle requests synchronously. This is an attempt to learn C++ development for MacOS and linux based systems.
About
This is Simple HTTP Server in C++ built using TCP/IP socket to register to and IP address on computer. It uses 20 threads to handle requests synchronously. This is an attempt to learn C++ development for MacOS and linux based systems.