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

Ingegrate wuss for TLS #249

Closed nullobject closed 2 months ago

nullobject commented 2 months ago

What are your thoughts on integrating wuss so that users don't need to add another library just to enable TLS?

Connecting to websockets over TLS is a very common requirement.

@tfausak

tfausak commented 2 months ago

See #41.

nullobject commented 2 months ago

@tfausak Thanks. Closing this ticket.