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
a TCP server based on HTTP built from scratch in C++. The server multiplexes the sockets to handle multiple connections at the same time. the parsing and creation of http requests/responses was done internally in order to better understand HTTP and TCP protocols