Griffin.WebServer icon indicating copy to clipboard operation
Griffin.WebServer copied to clipboard

WebSockets support

Open PhonicUK opened this issue 10 years ago • 1 comments

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.

PhonicUK avatar Feb 04 '15 00:02 PhonicUK

The HttpListener has support for WebSocket. I've just not exposed it in the WebServer yet.

jgauffin avatar Feb 04 '15 05:02 jgauffin