jaspervdj / websockets

A Haskell library for creating WebSocket-capable servers
http://jaspervdj.be/websockets
BSD 3-Clause "New" or "Revised" License
405 stars 112 forks source link

[RFC] Sketch WSS implementation #215

Open deepfire opened 3 years ago

deepfire commented 3 years ago

This is an implementation of WSS, mainly stolen from warp-tls.

The status is RFC -- I don't think this is necessarily mergeable as is, but is instead intended to facilitate a discussion.