jgauffin / Griffin.WebServer

A web server built on top of Griffin.Framework
107 stars 42 forks source link

WebSockets support #16

Open PhonicUK opened 9 years ago

PhonicUK commented 9 years ago

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.

jgauffin commented 9 years ago

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