i am having difficulty finding a solution for the following problem statement
Implement a simple web server that will support persistent connection i.e. will honour the HTTP header “Connection: keep-alive”. Thus, when the browser makes the next HTTP request on same TCP connection, the next page should be served.
So i was wondering , is this possible using node.js? Any help is much appreciated . Thank you