Skip to content

Commit

Permalink
Link to Wuss for secure WebSockets
Browse files Browse the repository at this point in the history
Co-Authored-By: Taylor Fausak <[email protected]>
  • Loading branch information
jaspervdj and tfausak committed May 15, 2024
1 parent 2474e53 commit d062cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Description:
An example client:
<https://github.com/jaspervdj/websockets/blob/master/example/client.hs>
.
This package only supports insecure (@ws:\/\/...@) WebSockets.
If you need secure (@wss:\/\/...@) websockets, consider using Wuss:
<https://hackage.haskell.org/package/wuss>
.
See also:
.
* The specification of the WebSocket protocol:
Expand Down

0 comments on commit d062cac

Please sign in to comment.