Griffin.WebServer
Griffin.WebServer copied to clipboard
WebSockets support
It'd be helpful if this could handle websocket upgrade requests, so that when a client attempts to connect and request an upgrade it gets accepted and I get an event raised containing a NetworkStream for me to work with.
The HttpListener has support for WebSocket. I've just not exposed it in the WebServer yet.