WEBSOCKET.md: remove dead link

This commit is contained in:
Daniel Stenberg 2024-01-09 11:12:02 +01:00
parent e2fbe56610
commit 6d9bf0db7e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -109,10 +109,9 @@ Ideas:
## Why not libWebSocket
[libWebSocket](https://libWebSockets.org/) is said to be a solid, fast and
efficient WebSocket library with a vast amount of users. My plan was
originally to build upon it to skip having to implement the low level parts of
WebSocket myself.
libWebSocket is said to be a solid, fast and efficient WebSocket library with
a vast amount of users. My plan was originally to build upon it to skip having
to implement the low level parts of WebSocket myself.
Here are the reasons why I have decided to move forward with WebSocket in
curl **without using libWebSocket**: