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
Multi-threaded Web-Server supports persistent connection for clients
Server supports requests from browser
Here's the Assignment DOC
For brief description of the Server & Client flow check Report
About
Implementation of HTTP/1.1 with persistent connection with support of GET and POST request and Multi-threaded server to handle more than one client at a time.