Im thinking a web browser would fetch a document from a server, the document then sets up a websocket to the server, ie communication link.
Would it then be possible for the server to fetch any website/document the user types in and return it over the websocket and perhaps using javascript magic display it? Perhaps in an iframe? Thus the server would act as a proxy.
Why would I do this? For fun.